Board index » cppbuilder » ListView getting the range visible

ListView getting the range visible


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
 
 

Re:ListView getting the range visible

"sam" < XXXX@XXXXX.COM >wrote in message
Quote
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