Add Controls to TreeView / TreeNode

  • Thread starter Thread starter Lukas Kurka
  • Start date Start date
L

Lukas Kurka

Hi,

Is there a way how to add Controls into TreeNode?

Thank You
Lukas
 
It does not appear to expose a Controls collection like most controls.
It also does not have a property which is an ITemplate, so you cannot
add controls to a template. It appears that all you can do is set the
properties on the TreeNode, like ImageUrl, which allows you to place a
image with the link.

Brennan Stehling
http://brennan.offwhite.net/blog/
 

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

Back
Top