pListCtrl->SetFocus();
pListCtrl->EditLabel(row);




In the code above, we can in_place edit the label of a listview control. But the editing only finish when you click your mouse. How can it finish when I press ENTER down?
Thanks!