ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / RemoveHorizontalSplit Method
A zero-based integer that identifies the position of the split to be removed.

In This Topic
    RemoveHorizontalSplit Method (DropDownList)
    In This Topic
    Removes a horizontal split at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub RemoveHorizontalSplit( _
       ByVal idx As Integer _
    ) 
    public void RemoveHorizontalSplit( 
       int idx
    )

    Parameters

    idx
    A zero-based integer that identifies the position of the split to be removed.
    Remarks
    By default the list has one horizontal split.
    See Also