It would be good if the ObjectListView has a property option to allow the user to set what they want to happen when a click event is detected in white space. Currently by default if a user clicks white space the Listview control will deselect all items, but sometimes you may want to ignore this event. From what I can see, the only way around this is to override subclassing with custom code, but it would be great if this was handled automatically. Maybe give the user a property option like 'WhiteSpaceClick' (for example) and whether they want to maintain selected items or clear selection.