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

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

    Parameters

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