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

In This Topic
    VisibleRows Property (C1ListBase)
    In This Topic
    Returns the number of visible rows in the list.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VisibleRows As Integer
    public int VisibleRows {get;}
    Remarks
    The value returned includes both fully and partially displayed rows.
    See Also