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?
To expand on Vanuan’s answer:
Something tells me that you also want to un-select the item. So, you probably want to do this as well: