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

In This Topic
    AllowRowSizing Property (C1ListBase)
    In This Topic
    Specifies if a user is allowed to resize the rows in the list.
    Syntax
    'Declaration
     
    
    Public Property AllowRowSizing As RowSizingEnum
    public RowSizingEnum AllowRowSizing {get; set;}
    Remarks

    This property determines whether a user is allowed to resize rows individually, all together, or not at all.

    This property only works when the SelectionMode property is set to CheckBox.

    See Also