Is there any way to trigger an item in a ListCtrl to have its label
edited? For example, I have a single column ListCtrl that shows a list
of values. There is a button that lets you add a new value to the list.
When you click it, it immediately adds a new item with the label “New
Value.” As of right now, the user would need to click the item to begin
editing it’s value. I would like to have it immediately start editing
the label on creation of the new value, so the user can begin typing
without using the mouse to click it.