Hi,
I am using an listview for displaying files and folders from local system.
I want to edit the listview in the same place.
Say user has clicked some key and that perticular item shoud be displayed in a
TextBox in the same place like file renaming in our windows.
Can any one tell me how can I accomplish this task.
thanks in advance...
biswas
Basu BiswasPosted Jan 24, 2007, 5:50 AM
Because in my case when user right clicks and clicks rename at that time that perticular selected items label edit property should be true..
plz help
Zaw Thet AungPosted Jan 24, 2007, 5:28 AM
listview1.LabelEdit = true;