I have a ListBox with SelectionMode set to multiple. When I check the selected index using ListBox1.SelectedIndex I always get -1 even if I click on a item?? I would like to be able to get index of multiple selected items in the listbox.
I have a ListBox with SelectionMode set to multiple. When I check the selected
Share
Use the
GetSelectedIndices()method.