listview - Delphi. How To get ListViewItem visible proprty? -


hi have lisview big number of items in it(10-20k). it's virtual (ownerdata). need smth alistitem.visible propery, not in ondataevent. there makevisible method no other propertie connected visibility :( . perfect if there can visibleitems[] array(which updated on scroll, resize , viewstylechange). ideas of how can that?

use lvm_isitemvisible message.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -