PDA

Click to See Complete Forum and Search --> : Listview Selected item?


CoMMiE
Aug 22nd, 2002, 10:40 AM
Hi

How can i determine which item is being selected by the user in a listview which is being populated with images?

Thanks

Edneeis
Aug 22nd, 2002, 01:52 PM
Check the ListView1.SelectedItems property which is an array of the items selected.