how to edit label in listview to specify column?
-
hi all, Anyone know how to edit the listview in specify of column? I just know this code only ListView1.LabelEdit = True this code is for the first of the column in listview which can be edit only but for the another column are can not to be edit! so, anyone know this? Please help!
-
hi all, Anyone know how to edit the listview in specify of column? I just know this code only ListView1.LabelEdit = True this code is for the first of the column in listview which can be edit only but for the another column are can not to be edit! so, anyone know this? Please help!
The standard control doesn't alolow for this. You can find examples on how to make your own version that extends the functionality of the standard control with a simple Google search[^] for "listview edit columns".
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007