goal
If there are 1 or more items in the list and the user clicks in the ListView space, the selected item should remain selected.
In other words, if an item is selected, it must remain selected if no other item is selected.
Current situation
I have a ListView HideSelection set to false property that will make the selected ListViewItem selected when the control loses focus. However, this does not solve the problem when I press spaces in Listview.
Any suggestions?
source share