Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
300
UltraListView update items async
posted

Hi, i have currently a performance problems with UltraListView which should show a folder content with big number of files.

My idea was to create items first with name and default icon only. Then get the subitem values and right thumbnail later if the item gets visible.

I haven't found an event like "ItemVisibleChanged" or alike. Is it possible somehow else, may be with creation filter?

Thank you