I\'m currently working on a listview in winform c# and everytime I click on an empty space on the listview, the selected item is lost.
The listview control has a HideSelection property that defaults to True. Make it False and you're good to go... in some cases this is enough.
HideSelection
True
False