我正在尝试在XAML中设置ComboBox
控件的样式,但还没有设法在下拉列表/弹出窗口中设置颜色样式。 ComboBox
似乎包含ScrollViewer
所以我正试图设计它。 ScrollViewer
中的项目是使用ContentTemplate
生成的,我想我需要以某种方式设置它。
答案 0 :(得分:3)
检查default system brush。您可以通过在资源字典中添加以下行来自定义这些颜色。
<SolidColorBrush x:Key="ComboBoxArrowForegroundThemeBrush" Color="MY_COLOR_HEX_CODE"/>