Question

Hi i Have a lisview with a big number of items in it(10-20k). It's virtual (OwnerData). I need to get smth Like AListItem.visible propery, not in OnDataEvent. There is MakeVisible method but no other propertie connected with visibility :( . The perfect if there is can be VisibleItems[] array(which is updated on scroll, resize and viewStyleChange). Any ideas of how i can do that?

Was it helpful?

Solution

Use the LVM_ISITEMVISIBLE message.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top