Posts tagged as:

getChildren()

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 how you can display the number of children in each branch of a Tree control in Flex by using the dataDescriptor property, labelFunction property, hasChildren() method and getChildren() method.

Full code after the jump.

[click to continue…]

{ 16 comments }

The following example shows how you can use the textAlign style to control the text alignment of a label in an Accordion header.

Full code after the jump.

[click to continue…]

{ 0 comments }