In my GUI, I have a standard listview control into which I've loaded several rows worth of values.
How can I fix it so when I click on the field in the listview that it enters text-edit mode for that cell?
I know how to bring up an separate edit box, but that's not what I want to do. I want to edit the text in place.