ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridViewport Class / FirstVisibleRow Property

In This Topic
    FirstVisibleRow Property
    In This Topic
    Gets the top most visible row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FirstVisibleRow As Integer
    public int FirstVisibleRow {get;}

    Property Value

    The top most visible row.
    See Also