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

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

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