Hey, if I use:
Code:
listview1.ListItems(5).Selected = True
the 5th item is selected, but the code in the click or itemclick isn't triggered like it is if I actually click on the 5th item. So what event is fired when I select the item through code??

Thanks!