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

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