The following example shows how you can set a background color for a selected item in a disabled Flex ComboBox control by setting the selectionDisabledColor style.
Full code after the jump.
Continue reading ‘Setting a selection disabled color on a ComboBox control’s dropdown menu 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’