When I load a listview with a collection, I know how many rows there are, but when I select the row, how do I know which index is selected?
For example, I have 5 rows. I select a row and I want to get the list index so that I can tell if it is the first or last item in the list.


Reply With Quote

