FlexGrid for WPF | ComponentOne
FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly
/
C1.WPF.FlexGrid Namespace
/
Row Class
/ Top Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
In This Topic
Top Property (Row)
In This Topic
Gets the position of the top of this row, in pixels, relative to the grid.
Syntax
Visual Basic
C#
'Declaration Public ReadOnly Property Top As
Double
public
double
Top {get;}
Remarks
The value returned is the sum of row heights from the top of the grid until this row, and does not account for the scroll position. To account for the scroll position, this value should be adjusted using the grid's
ScrollPosition
property.
See Also
Reference
Row Class
Row Members