I need to be able to "Freeze" a Listbox selection until I clear the User's selection of an item.
I can't seem to find any examples and need a little pointer in the right direction.
I'm in MVVM so I'll probably want to fire a RelayCommand and only enable it when the SelectedIndex is -1.
How do I do this?