Goal
If there is 1 or more items in the listview and the user clicks in the whitespace of the ListView, the item selected should stay selected.
In other words, if an item is selected it should stay selected unless another item is chosen.
Current Situation
I have the property of the ListView HideSelection
set to false which will make the selected ListViewItem stay selected when the control loses focus. However, this does not solve the issue when I click in the whitespace of the Listview.
Any suggestions?