3
votes
How might I remove focus from all items in a ListView control?
I think, it is
listView1.FocusedItem.Focused=false;
Make sure that listView1.FocusedItem is not null.
(Thanks to brianpeiris for expandin …
