使用 CSS 设置 Flex MX ComboBox 背景颜色

发布于 2024-10-31 09:39:22 字数 414 浏览 3 评论 0原文

有没有办法使用 CSS 设置 mx.controls.ComboBox 的背景颜色。单击(展开)ComboBox 时,这将是每行的背景颜色。我尝试了 backgroundColorsfillColorsbackgroundGradientColors 但没有成功。

我的 ComboBox 包含在 FormItem 中。我还尝试设置 FormItembackgroundColorfillColorsbackgroundGradientColors。我不清楚 ComboBox 从哪里获取或继承其列表单元格背景颜色。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

万劫不复 2024-11-07 09:39:22

您想要设置的是另一个选择器的 dropdownStyleName (我们称之为“.dropDownStyle”),然后设置 backgroundColor组合框实际上由两部分组成

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文