In MFC, I can edit the text of items in the list control but only for the first column by setting the Edit Labels to true. Now when I click the first column item to change its text, I'm able to change its text but when I hit Enter, its text isn't updated, why and how do I edit text for other columns?
|
|
Unfortunately it isn't possible to utilize For a workaround see the XListCtrl article on CodeProject for further information, it dynamically creates an edit control when needed. |
||
|
|
|
|
For the first column:
For other columns: I haven't tried it yet, but it should not be too hard, as you can lookup in the MFC source code how they do it. Note that the code above is tested with a CMFCListCtrl from the latest feature pack, though I assume a plain CListCtrl behaves the same. |
||
|
|
