Hi,

I need to know if there wasn't a quicker way to refresh my listview.
At the moment I'm using GetListCtrl().DeleteAllItems and then recreating the items in the list. This can take quite a while if there's hundreds of items in the listview. How do you do it?

Any ideas are welcome.

TIA.