Hello, I'm trying to use the LVS_EDITLABELS style to allow label editing on all the rows of a listview control; the problem is that only works for the first column althought I click over another column (the edit box is placed always over the first column of the selected row).

I'm thinking on get the selected column by getting the mouse position over the listview and then create an edit control and place it over the selected column of the selected row to do an alternative label editing. Is that the way to do it? Or I'm missing something about the default listview label editing?

Thank's in advance
Niara