Tag Archive for 'expandchildrenof()'

02
Dec

Expanding and collapsing Flex Tree nodes using the expandItem() and expandChildrenOf() methods

The following example shows you how you can expand and contract individual Tree nodes, or nodes and all child-nodes recursively using the expandItem() and expandChildrenOf() methods in Flex.

Full code after the jump

Continue reading ‘Expanding and collapsing Flex Tree nodes using the expandItem() and expandChildrenOf() methods’

01
Dec

Determining the first visible item in a Flex Tree control

The following examples show how you can use the firstVisibleItem property to get or set the first visible node in a Flex Tree control.

Full code after the jump.

Continue reading ‘Determining the first visible item in a Flex Tree control’