Invoking Edit Label in ListView from Code
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hi there, subject says it all. i have a listview with LabelEdit set to True - so clicking a label when it is already selected lets the user edit the label's text within the listview. now i want to start the labeledit-thing by a key (F2) - so i wrote a KeyUp-handler, made the usual switch (e.KeyCode) and now i'm stuck. how should i tell the listview that the user wants to edit the currently selected label? maybe i raise a BeginLabelEdit-event by hand, but how is that done? other ideas? :confused: thx in advance. :rose: :wq