:: Forum >>
Expand a node programatically?
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 support forum
Forum search