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

In This Topic
    FirstVisibleRow Property (DataGridViewport)
    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