Hello everyone,
I have a ListView control in tile mode with multiple items. All items have an image and multiple subitems, so it's quite 'heavy'.
The user can use buttons to move items up and down the list. To make this work, I now create an array of the items in the new order, then I empty the ListView and finally put the new array of items in. Sadly, this works very slow. It literally takes seconds for the new list to display.
So, I wanted to know, is there a faster way to move items in a listview? It would be great if it was possible to just actually move an item to another position, instead of rebuilding the entire list.
Thanks for any help,
arsmakman.




Reply With Quote