I have a simple listbox with extended selection mode. Selection works almost perfectly fine like it works in explorer. But deselection doesn\'t really work all that well. W
I've used myListBox.SelectedItems.Clear(). Most selected items collections are read-only, but not the list boxes.