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

In This Topic
    VerticalOffset Property (DataGridViewport)
    In This Topic
    Gets a value that contains the vertical offset of the scrolled content.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VerticalOffset As Double
    public double VerticalOffset {get;}

    Property Value

    The vertical offset.
    See Also