Welcome to WindowsClient.net | Sign in | Join
To select the i-th item, you can use code such as
// Make sure the listview has focus listView1.Focus(); listView1.Items[ i ].Selected = true;
Contributed from George Shepherd's Windows Forms FAQ