Hello
If you have a object in listbox and it is marked by the line accross in the listbox, what is the syntax to do that the object not will be marked
spot
Hello
If you have a object in listbox and it is marked by the line accross in the listbox, what is the syntax to do that the object not will be marked
spot
Remove focus on object in listbox?
GDigrego
one possible way is to set the SelectedItem to null:
listBox.SelectedItem = null;