ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / Column Class / MaxWidth Property

In This Topic
    MaxWidth Property (Column)
    In This Topic
    Gets or sets the maximum width of the column to use when star-sizing is enabled (StarWidth).
    Syntax
    'Declaration
     
    Public Property MaxWidth As Integer
    public int MaxWidth {get; set;}
    See Also