In a previous example, “Setting the item background roll over color on a ComboBox control in Flex”, we saw how you could change the item background roll over color for a ComboBox control by setting the rollOverColor style.
The following example shows how you can change the selected item background color for a Flex ComboBox control by setting the selectionColor style.
Full code after the jump.
Continue reading ‘Setting the selected item background color on a ComboBox control in Flex’
The following example shows how you can edit the row selection color and disabled selection color of a DataGrid control in Flex by setting the selectionColor and selectionDisabledColor styles.
Full code after the jump.
Continue reading ‘Setting the selection color and selection disabled color for a row in the Flex DataGrid control’
The following example shows how you can set the roll over color and selection color in a DataGrid control in Flex by setting the rollOverColor and selectionColor styles.
Full code after the jump.
Continue reading ‘Setting the roll over color and selection color in a Flex DataGrid control’