Combobox background not being applied in windows 8
I am a little confused with wpf themes. I would like to have the wpf screens look the same on Vista, Windows 7 and Windows 8. So I have styled the components accordingly and they don't pose problems except when run on Windows 8. For example I have a combobox and I am changing its default background in xaml like this. <Style TargetType="{x:Type ComboBox}" > <Setter Property="FontStyle" Value="Normal"/> <Setter Property="Height" Value="24" /> <Setter Property="Background" Value="{StaticResource GradientButtonBackgroundBrush}"/> </Style> The combobox Background property has no effect in windows 8