FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridPanel Class / VisibleRowsCount Property

In This Topic
    VisibleRowsCount Property
    In This Topic
    Gets the number of visible rows in the panel.
    Syntax
    'Declaration
     
    Public ReadOnly Property VisibleRowsCount As Integer
    public int VisibleRowsCount {get;}
    See Also