0

Is there a way using CSS, to set a mx.controls.ComboBox's background color. This would be the background color of each row when the ComboBox is clicked (expanded). I've tried backgroundColor, fillColors and backgroundGradientColors without success.

My ComboBox is contained within a FormItem. I've also tried setting FormItem's backgroundColor, fillColors and backgroundGradientColors. It's not clear to me where ComboBox obtains or inherits its list cell background color from.

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
Steve Kuo
  • 61,876
  • 75
  • 195
  • 257

1 Answers1

0

What you want to set is the dropdownStyleName to another selector (let's call it '.dropDownStyle') which then sets the backgroundColor since the Combobox is actual made out of 2 parts.

J_A_X
  • 12,857
  • 1
  • 25
  • 31