:: Forum >> Version 2 >>
Expand a node programatically?
More information on this topic is available in the documentation section:
/aw.ui.tree/.
I'd like to display the tree control with all nodes expanded by default. How can I programatically expand nodes in the tree?
Thanks.
Kevin
Thursday, September 20, 2007
tree.setViewExpanded(true);
or
tree.setViewExpanded(true, index);
Alex (ActiveWidgets)
Friday, September 21, 2007
This topic is archived.
Back to /aw.ui.tree/
Documentation:
Forum search