Contents
- Index
- Previous
- Next
TopRow property
Applies to
TProfGrid component
Declaration
property TopRow: Integer;
Description
Specifies the index of the first scrollable row in the grid that is visible on the screen after the fixed rows.
Read TopRow to determine the index of the first row in the scrollable region that is visible on the screen. Set TopRow to scroll the rows in the grid so that the row with index TopRow is the first row after the fixed rows.
Note: If the grid has only fixed rows, TopRow is equal to -1.
Run-time only