这适用于窗口 7 上的 .net 4.0/4.5
<ComboBox HorizontalAlignment="Left" VerticalAlignment="Top">
<ComboBox.Resources>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}">Red</SolidColorBrush>
</ComboBox.Resources>
<ComboBox.Items>
<ComboBoxItem >ITem 1</ComboBoxItem>
<ComboBoxItem >ITem 1</ComboBoxItem>
<ComboBoxItem >ITem 1</ComboBoxItem>
<ComboBoxItem >ITem 1</ComboBoxItem>
</ComboBox.Items>
</ComboBox>
但在 Windows 8 上,我仍然可以看到操作系统的亮点。
有没有人知道解决方案?