I wish to edit and change the name of item in the list box by clicking on it, like we rename a file in the Windows Explorer, how should I accomplish this. Thanks.
Printable View
I wish to edit and change the name of item in the list box by clicking on it, like we rename a file in the Windows Explorer, how should I accomplish this. Thanks.
Explorer uses a ListView control, not a Listbox. only Listview supports Label Editing.