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
 
Back
Top