I have a ListView with a couple of items in it. When the ListView looses focus, the last selected ListViewItem is still \"selected\" with a gray background. I would like
this is easier.
this.myListView.SelectedIndex = -1; this.myListView.Update();