Tag Archive for 'getitemindex()'

16
Apr

Removing items from a Flex DataGrid control using the DragManager class

The following example shows how you can drag an item from a Flex DataGrid control onto an Image control to remove the item from a data provider.

Full code after the jump.

Continue reading ‘Removing items from a Flex DataGrid control using the DragManager class’

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’