RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.VisibleRowCount Property

Indicates number of items that can fit vertically in the visible area of a list view.

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

Read VisibleRowCount to determine the number of items from a single column that can appear in the visible area of a list view when the ViewStyle is either vsList or vsReport. Only fully visible items are counted. If VisibleRowCount is less than the total number of items in a column, use the TopItem property to determine if the list view is scrolled. 

 

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