ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / ColumnWidth Property

In This Topic
    ColumnWidth Property (C1ListBase)
    In This Topic
    Returns or sets the column width for each column in the control.
    Syntax
    'Declaration
     
    
    Public Property ColumnWidth As Integer
    public int ColumnWidth {get; set;}
    See Also