Auto Expand All

nold

Member
Anyone know how to "auto" expand all for a Parent/Child tree control?
I can reproduce the Expand All functionality in button or hyperlink within a Textblock via javascript...
But how to auto click that html button or JS generated hyperlink??

Thanks in advance
 
Call the 'expand subform' system function for each of the subforms. This would be done on the parent.
 
The Parent/Child tree ctrl is on the main form, not a subform.
Expand subform just expands the subform to see it, right?
or leaves a subform looking just like a title bar if not expanded.

i'm looking to do the Expand All (shows as hyperlink at top of P/C tree control) that you can enable in the Tree Control Options tab (Expand All/Collapse All check box) this fully expands (or collapses) all of the tree nodes
 
Back
Top