Reputation: 395
Is there anyway of removing an item at a specific index in a listView and replacing that item with a new item at that specified index.
I can call ListView.Items.RemoveAt(index);
But I cant find a way to replace the item at that index.
Any help here would be hugely appreciated.
Upvotes: 0
Views: 1204