check all nodes in a treeview

  • Thread starter Thread starter RickDee
  • Start date Start date
R

RickDee

Is there a command where I can check ( putting a tick mark ) all the nodes
within a treeview when the user checked the topnode of the tree ??

thanks
regards.
 
Hi,

You have to code it recursively. The Treeview has a Nodes collection, and
each TreeNode has a Nodes collection too.

Carlos Quintero
 

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