After I fill my listview control, I want to automatically select the first entry, which I do via:
but the item isn't actually selected, how do I do that?Code:lstRoster.ListItems.Item(1).Selected = True Call lstRoster_ItemClick(lstRoster.ListItems.Item(1))




Reply With Quote