In a previous example, “Setting the icon color on a ComboBox control in Flex”, we saw how you could set the icon (arrow) color on a Flex ComboBox control by setting the iconColor
style.
The following example shows how you can set the icon color of the arrow icons in the Flex ComboBox control’s dropdown menu only without changing the icon color of the ComboBox arrow itself by setting the iconColor
style on the ComboBox control’s dropdown
property.
Full code after the jump.
Continue reading Setting the icon color on a ComboBox control’s dropdown menu in Flex →