Contents
- Index
- Previous
- Next
VisibleRowCount property
Applies to
TProfGrid component
Declaration
property VisibleRowCount: Integer;
Description
Returns the number of scrollable rows visible on the screen.
Use VisibleRowCount to determine the number of scrollable rows fully visible on the screen. VisibleRowCount does not include any fixed rows counted by the FixedRows property. It also does not include any partially visible row on the bottom of the grid.
Note: If the grid has only fixed rows, VisibleRowCount is equal to 0.
Run-time only
Read-only