Posts tagged as:

isItemOpen()

The following example shows how you can expand/collapse branches in a Flex Tree control by clicking on the row instead of having to click on the disclosure/arrow icon.

Full code after the jump.

[click to continue…]

{ 23 comments }

The following example shows you how you can expand tree nodes (recursively, no less) by selecting an item from a ComboBox control.

Full code after the jump.

[click to continue…]

{ 6 comments }

The following example shows how you can use the itemDoubleClick event to open the selected Tree node in Flex.

Full code after the jump.

[click to continue…]

{ 3 comments }