ListView LabelEdit on F2 key

  • Thread starter Thread starter Ole Nielsby
  • Start date Start date
O

Ole Nielsby

I want listview label editing by hitting the F2 key, just like
when renaming a file in Explorer.

However there seems to be no method or property to
programmatically enter Label Edit mode.

Is this not supported or did I miss a trick?
 
Ole said:
I want listview label editing by hitting the F2 key, just like
when renaming a file in Explorer.

However there seems to be no method or property to
programmatically enter Label Edit mode.

Is this not supported or did I miss a trick?

It's not a method on the ListView, it's a method on the ListViewItem.
With that hint I'm sure you can now find it :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top