Hi
How can i determine which item is being selected by the user in a listview which is being populated with images?
Thanks
Printable View
Hi
How can i determine which item is being selected by the user in a listview which is being populated with images?
Thanks
Check the ListView1.SelectedItems property which is an array of the items selected.