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

In This Topic
    VisibleRows Property (C1Combo)
    In This Topic
    Returns the number of visible rows in the list.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VisibleRows As Integer
    public int VisibleRows {get;}
    See Also