listview control
Does the Listview control have a property that tells you which item was selected?
For reasons too lengthy to go into, I want to make a note of the item a user has selected in a Listview control, clear that Listview control, repopulate it and highlight the item originally selected.
I've seen several properties which seem to do what I want but they all require you to specify an index number. Since I don't know what item a user may click on, I don't know what that index number will be.
Any pointers appreciated.
Thanks.
|