FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / MaxColumnWidth Property

In This Topic
    MaxColumnWidth Property (C1FlexGrid)
    In This Topic
    Gets or sets the maximum width of columns in the C1FlexGrid.
    Syntax
    'Declaration
     
    Public Property MaxColumnWidth As Double
    public double MaxColumnWidth {get; set;}
    Remarks
    Setting this value to zero disables the maximum column width limit.
    See Also