ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / AllowVerticalSplit Property

In This Topic
    AllowVerticalSplit Property (DropDownList)
    In This Topic
    Specifies if a user is allowed to create vertical splits.
    Syntax
    'Declaration
     
    
    Public Property AllowVerticalSplit As Boolean
    public bool AllowVerticalSplit {get; set;}

    Property Value

    The default value is false.
    Remarks

    If True, then the user is able to create multiple vertical splits in the list.

    If False, then the user is restricted from creating vertical splits.

    See Also