How to show a textbox in the treeview?

  • Thread starter Thread starter Neo
  • Start date Start date
N

Neo

Hi all,

I'm new to windowsforms. I want to show a textbox in the treeview to let
user input value, like username = ***** , where ***** is a textbox.
Can I do this?
Any points would be appreciated.

Thanks
 
Hi all,

If this is impossible, Can someone reply me and say: It's impossible. But
there is a walkaround.......


Thanks. :-)
 
Nothing is impossible :-)

You do know that the TreeView supports inplace editing, right?
(see LabelEdit property). Can't help you much if that isn't enough.

/claes
 
Back
Top