ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / LeftCol Property

In This Topic
    LeftCol Property (C1ListBase)
    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
    public int LeftCol {get; set;}
    Remarks
    Use this property in code to scroll a list or split horizontally. Use the TopIndex property to determine the bookmark of the first visible row in a list or split.
    See Also