Tag Archive for 'openitems'

15
Jan

Expanding nodes in a Flex Tree control using the openItems property

The following example shows how you can open nodes in a Tree control in Flex by setting the openItems property to an XMLList or Array object.

Full code after the jump.

Continue reading ‘Expanding nodes in a Flex Tree control using the openItems property’

01
Dec

Determining which Tree branches are open using the openItems property

The following example shows how you can use the openItems property to determine which branches are currently open in a Flex Tree control.

Full code after the jump.

Continue reading ‘Determining which Tree branches are open using the openItems property’