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.
Continue reading Displaying the number of children in each branch of a Flex Tree control