Archive for July 1st, 2008

01
Jul

Formatting scroll tips on a ComboBox control in Flex

In a previous example, “Displaying scroll tips on a ComboBox control in Flex”, we saw you can toggle scroll tips on a Flex ComboBox control’s dropdown menu by setting the showScrollTips and dropdown properties.

The following example shows you how you can format the scroll tip on a Flex ComboBox control by setting the scrollTipFunction property on the ComboBox control’s dropdown property.

Full code after the jump.

Continue reading ‘Formatting scroll tips on a ComboBox control in Flex’

01
Jul

Displaying scroll tips on a ComboBox control in Flex

The following example shows how you can toggle scroll tips on a Flex ComboBox control’s dropdown menu by setting the showScrollTips property on the ComboBox control’s dropdown property.

Full code after the jump.

Continue reading ‘Displaying scroll tips on a ComboBox control in Flex’