Does anyone know how to make no items selected in a listview?
I know in a listbox its list1.listindex = -1, but I can't find a property in the listview control.
Thanks in advance,
Printable View
Does anyone know how to make no items selected in a listview?
I know in a listbox its list1.listindex = -1, but I can't find a property in the listview control.
Thanks in advance,
Maybe Set [listviewname].SelectedItem = Nothing?