문제

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?

도움이 되었습니까?

해결책

Use the LVM_ISITEMVISIBLE message.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top