1
votes

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.

1

1 Answers

1
votes

From documents:

ReadOnly: Specify -ReadOnly (minus ReadOnly) to allow editing of the text in the first column of each row. To edit a row, select it then press the F2 key. Alternatively, you can click a row once to select it, wait at least half a second, then click the same row again to edit it.