3.2.0

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
September 20,
tree.setViewExpanded(true);

or

tree.setViewExpanded(true, index);
Alex (ActiveWidgets)
September 21,

This topic is archived.

See also:


Back to support forum