Link to home
Start Free TrialLog in
Avatar of AshishDey
AshishDey

asked on

textbox treeview c#

Need sample code in adding a textbox to treeview control using c# visual studio 2008.

thanks,
Ashish
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If you don't like the solution above - explain your task in a bit more details. Do you want to use a textbox just for editing a current node? Do you want all nodes to be textboxes? Etc.
Avatar of AshishDey
AshishDey

ASKER

I need to add a textbox in a treeview for one of the child node to edit the value of that node, appreciate a sample code which helps me doing that.

thanks
In my article, I explain how to let some node to be edited while others are "read-only".
but can i put  a textbox in one of the childnode of the treeview, the user wants to see a textbox in the treeview and edit the value of the textbox.
the following sample host a combo inside a treeview, you can surely place a textbox instead:
http://www.codeproject.com/KB/tree/DropDownTreeView.aspx
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial