Is there a way to deselect a list item / row (in either TableView or ListView) when clicking on a blank space?
For example, I may only have two items in the list, but the list takes up enough space for 10 (there are 10 rows, 8 of them are blank). When either of the two items is clicked, it is selected. But when any of the empty list spaces are clicked, the last selection remains instead of being cleared.