|
Number of items in a ListView - Components - Tips & Tricks - Greatis Delphi Pages
This example shows, how to get number of items that can fit vertically in the visible area of a list view control.
SendMessage(ListView1.Handle, LVM_GETCOUNTPERPAGE, 0, 0);
- For more
-
Delphi Help
- Download source
|