FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Column Class / MinWidth Property

In This Topic
    MinWidth Property (Column)
    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