Archive for December 29th, 2007

29
Dec

Changing the swatch grid background color for a ColorPicker control in Flex 3

The following example shows how you can set the swatch grid background color on a Flex 3 ColorPicker control by setting the swatchGridBackgroundColor style. You can also see how you can set the horizontalGap, and verticalGap styles using CSS.

Full code after the jump.

Continue reading ‘Changing the swatch grid background color for a ColorPicker control in Flex 3′

29
Dec

Changing the swatch highlight size for a ColorPicker control in Flex 3

The following example shows how you can set the swatch highlight size on a Flex 3 ColorPicker control by setting the swatchHighlightSize style. You can also see how you can set the swatchBorderColor, swatchBorderSize, and swatchHighlightColor styles using CSS.

Full code after the jump.

Continue reading ‘Changing the swatch highlight size for a ColorPicker control in Flex 3′

29
Dec

Changing the swatch border size for a ColorPicker control in Flex 3

The following example shows how you can set the swatch border size on a Flex 3 ColorPicker control by setting the swatchBorderSize style.

Full code after the jump.

Continue reading ‘Changing the swatch border size for a ColorPicker control in Flex 3′

29
Dec

Styling a Flex 3 ComboBox control’s vertical scroll bars

The following example shows how you can style the vertical scroll bar on a ComboBox control in Flex 3 by setting the dropdownStyleName style and verticalScrollBarStyleName style.

Full code after the jump.

Continue reading ‘Styling a Flex 3 ComboBox control’s vertical scroll bars’