I\'m trying to select the first item in a ListView programmatically, but it doesn\'t appear to have been selected. I am using the following code:
if (listVie
ListViewItem.IsSelected = true; ListViewItem.Focus();