Tag Archive for 'selectiondisabledcolor'

15
Jul

Setting a selection disabled color on a ComboBox control’s dropdown menu in Flex

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’

19
Feb

Setting the selection color and selection disabled color for a row in the Flex DataGrid control

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’