Tag Archive for 'scrolltoindex()'

29
Nov

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’

08
Nov

Scrolling to a specific index in a Flex List control

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’