Click or drag to resize
GridControlTopRow Property
Gets the index of the topmost scrollable row.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(false)]
public uint TopRow { get; }

Property Value

Type: UInt32
The index of the topmost scrollable row.
See Also