In a ListView
control, the focus is on some Item
within that control - that is, the control maintains its own internal notion of what is in focus, which can be retrieved using the FocusedItem
property.
I would like no items to be focused. In other words, I want the FocusedItem
property to set to null
. Any idea how I might accomplish this?