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

In This Topic
    MaxColumnWidth Property (FlexGrid)
    In This Topic
    Gets or sets the maximum width of columns in the FlexGrid.
    Syntax
    'Declaration
     
    Public Property MaxColumnWidth As Double
    public double MaxColumnWidth {get; set;}
    See Also