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

In This Topic
    RemoveVerticalSplit Method (C1ListBase)
    In This Topic
    Removes a vertical split at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub RemoveVerticalSplit( _
       ByVal idx As Integer _
    ) 
    public void RemoveVerticalSplit( 
       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 vertical split.
    See Also