How do you deselect items in a listview? In a listbox there is a method called clearSelected. I can't find the equivalent method in a listview.
Printable View
How do you deselect items in a listview? In a listbox there is a method called clearSelected. I can't find the equivalent method in a listview.
VB Code:
SelectedItems.Clear()
Wow. How'd I miss that one. Thanks