treeview to see all the nodes

  • Thread starter Thread starter andreas
  • Start date Start date
A

andreas

Hi,
When i build a treeview by code i see only the first rang nodes and i have
to click all this nodes to see all the nodes of the follewing rangs and so
on.
Can i do this with code to see all the nodes at once ?
Thanks for any response
 
andreas said:
Hi,
When i build a treeview by code i see only the first rang nodes and i have
to click all this nodes to see all the nodes of the follewing rangs and so
on.
Can i do this with code to see all the nodes at once ?
Thanks for any response
Hi,

TreeView.ExpandAll()
 
* "andreas said:
When i build a treeview by code i see only the first rang nodes and i have
to click all this nodes to see all the nodes of the follewing rangs and so
on.
Can i do this with code to see all the nodes at once ?

For /all/ nodes, call the treeview's 'ExpandAll' method, for a specific
subnode, call its 'ExpandAll' method.
 

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