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

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

    Parameters

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