C1.Win.List Namespace / C1List Class / LeftCol Property

In This Topic
LeftCol Property (C1List)
In This Topic
Returns or sets the zero-based index of the leftmost column in a list or split.
Syntax
'Declaration
 
Public Property LeftCol As Integer
 
Remarks
Use this property in code to scroll a list or split horizontally. Use the C1.Win.List.ListBase.C1ListBase.TopIndex property to determine the bookmark of the first visible row in a list or split.
See Also