ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DisplayColumn Class / MinWidth Property

In This Topic
    MinWidth Property (C1DisplayColumn)
    In This Topic
    Gets or sets the minimum width a column can be resized to when in C1.Win.C1List.ListBase.C1ListBase.SpringMode.
    Syntax
    'Declaration
     
    
    Public Property MinWidth As Integer
    public int MinWidth {get; set;}
    See Also