How to add user control as treenode to a treeview

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
 
T

Tasos Vogiatzoglou

Carol,

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

Regards,
Tasos
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top