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

In This Topic
    AllowRowSizing Property (Split)
    In This Topic
    Gets or sets how interactive row resizing is performed.
    Syntax
    'Declaration
     
    
    Public Property AllowRowSizing As RowSizingEnum
    public RowSizingEnum AllowRowSizing {get; set;}
    See Also