FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Column Class / MaxWidth Property

In This Topic
    MaxWidth Property (Column)
    In This Topic
    Gets or sets the maximum width of this column, in pixels (this value is used only for star-sized columns).
    Syntax
    'Declaration
     
    Public Property MaxWidth As Double
    public double MaxWidth {get; set;}
    See Also