Archive for December 1st, 2007

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’

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’