I have a ListBox that initially displays with the first item selected. I want it to display with no items selected. Is this possible?
ListBox.ClearSelected()
or
ListBox.SelectedIndex = -1
Of course, they are member methods.
2.1m questions
2.1m answers
60 comments
57.0k users