2005-07-23 04:04:17 AM cppbuilder57
What is the way for getting for a ListView vsReport, the index of the first
ligne and the end ligne that are visible presently ?
Sam
What is the way for getting for a ListView vsReport, the index
of the first ligne and the end ligne that are visible presently ?
Use the TopItem->Index and VisibleRowCount properties. Or use the
LVM_GETTOPINDEX and LVM_GETCOUNTPERPAGE messages directly.
Gambit