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

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

    Property Value

    The default value is false.
    Remarks

    If True, then the user is able to split the current list into multiple horizontal splits at run-time.

    If False, then the user is prevented from splitting the list horizontally.

    See Also