Tag Archive for 'dropdownstylename'

18
Jul

Setting the dropdown menu border thickness and border color on a ComboBox control in Flex

The following example shows how you can set the border color and border thickness on a Flex ComboBox control’s dropdown menu by setting the borderColor, borderThickness, and dropdownStyleName styles.

Full code after the jump.

Continue reading ‘Setting the dropdown menu border thickness and border color on a ComboBox control in Flex’

09
Jul

Toggling the drop shadow on the ComboBox control in Flex

The following example shows how you can toggle the drop shadow on the Flex ComboBox control by setting the dropShadowEnabled style on the ComboBox control’s dropdown menu.

Full code after the jump.

Continue reading ‘Toggling the drop shadow on the ComboBox control in Flex’

07
Jul

Toggling item roll over highlighting on a ComboBox control in Flex

The following example shows how you can toggle the item roll over hightlighting on a Flex ComboBox control’s dropdown menu by setting the useRollOver style using ActionScript or CSS.

Full code after the jump.

Continue reading ‘Toggling item roll over highlighting on a ComboBox control in Flex’

06
Jul

Using embedded fonts with the ComboBox control in Flex

The following example shows how you can use an embedded font with the Flex ComboBox control by setting the fontFamily style and dropdownStyleName style.

Full code after the jump.

Continue reading ‘Using embedded fonts with the ComboBox control in Flex’

01
Jan

Creating semi-transparent ComboBox dropdown menus in Flex

The following example shows how you can create semi-transparent dropdown menus in the Flex ComboBox control by setting the backgroundAlpha style.

Full code after the jump.

Continue reading ‘Creating semi-transparent ComboBox dropdown menus in Flex’

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’

16
Aug

Styling a ComboBox control’s dropdown menu

Here is a basic example of formatting the Flex ComboBox control’s dropdown menu using Cascading Style Sheets (CSS). In this example we create a 3 pixel drop shadow on the right of the dropdown menu, as well as round each of the corners on the drop down by 5 pixels.

Full code after the jump.

Continue reading ‘Styling a ComboBox control’s dropdown menu’