How to add user control as treenode to a treeview

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am working in C#, windows application.I want to know,

How can i add a user control as a treenode to a TreeView control using C#.

What are all the steps that i need to take in order to accomplish the above
task?

Any examples or links will be helpful.

Thanking You,
Carol
 
Carol,

AFAIK you cannot do that in an easy way (not involving subclassing
TreeView itself).

Regards,
Tasos
 
Back
Top