Tag Archive for 'livedragging'

05
Jul

Toggling live scrolling on a ComboBox control’s dropdown menu in Flex

The following example shows how you can enable or disable live scrolling on a Flex ComboBox control’s dropdown menu by setting the liveScrolling property on the ComboBox control’s dropdown property.

Full code after the jump.

Continue reading ‘Toggling live scrolling on a ComboBox control’s dropdown menu in Flex’

16
Mar

Changing live dragging on a TileList control in Flex

The following example shows how you can enable or disable live dragging on a Flex TileList control by setting the liveDragging property.

Full code after the jump.

Continue reading ‘Changing live dragging on a TileList control in Flex’