Arokh Posted May 25, 2008 Posted May 25, 2008 I'm trying to switch to a virtual listview, instead of a normal one, since it can makes things alot easier/faster for me. And I got it almost to work, but there is one thing which doesn't work: If I change my array associated with the virtual listview, I don't know how to update that specific ListViewItem. To make it update I would have to scroll up/down until the item is out of sight and then scroll back. Which is obviously not the best solution. Quote
Arokh Posted May 26, 2008 Author Posted May 26, 2008 Ok found my error: You have to use .RedrawItems but in VirtualMode you also have to update the cache or the old item is drawn again. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.