I want the behavior of the WPF ListBox with the property SelectionMode set to "Extended". BUT, I want to block the feature to use "shift" to select multiple items at once.
Any ideas on how to achieve this?
The rationale
The background to this is that I am using a listbox to present items on a map. The ItemsPanel of the listbox have been replaced by a Canvas. Moving ListBoxItems around a Canvas?
So I don't want to modify the select behavior of an ordinary ListBox, what I want to do is to bring in a nice multi selection pattern into a "map" control built ontop of a ListBox.