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.
Continue reading ‘Opening nodes in a Flex Tree control using the expandItem() method’
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.
Continue reading ‘Opening nodes in a Flex Tree control using the expandItem() method’
The following example shows how you can scroll to a specific item index in Flex by using the scrollToIndex() method.
Full code after the jump.
Continue reading ‘Scrolling to a specific index in a Flex List control’