RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDrawGrid.VisibleRowCount Property

Indicates the number of scrollable rows visible in the grid.

Pascal
property VisibleRowCount: Integer;
C++
__property int VisibleRowCount;

Use VisibleRowCount to determine the number of scrollable rows fully visible in the grid. VisibleRowCount does not include the fixed rows counted by the FixedRows property. It does not include any partially visible rows on the bottom of the grid. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!