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

In This Topic
    VerticalOffset Property (DataGridRow)
    In This Topic
    Gets the vertical offset in pixels.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VerticalOffset As Double
    public double VerticalOffset {get;}

    Property Value

    The vertical offset in pixels.
    Remarks
    Note this offset is estimated if the row presenter or previous rows have not been displayed before. double.Nan is returned if the template of the C1DataGrid has not been loaded.
    See Also