[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.Row.Top

Top Property

Top

Gets the position of the top of this row, in pixels, relative to the grid.

Declaration
[Browsable(false)]
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.