V
vince
I need to programmatically select the first item in a
listview before the listview is displayed, so far I'm not
having any luck. Here's what I tried in the init for the
listview...
LoadListView();
listView4.Items[0].Selected = true;
Also tried to invalidate and get a redraw, didn't make a
difference...
Thanks for any help.
Vince
listview before the listview is displayed, so far I'm not
having any luck. Here's what I tried in the init for the
listview...
LoadListView();
listView4.Items[0].Selected = true;
Also tried to invalidate and get a redraw, didn't make a
difference...
Thanks for any help.
Vince