I want to add a Margin everywhere a ribbon:ComboBox is located. I added the following style to App.xaml:
And this works, except the margin style is wiped out when I change themes.
Any ideas?
[Modified at 06/15/2009 06:00 PM]
<Style TargetType="{x:Type ribbon:ComboBox}" >
<Setter Property="Margin" Value="2" />
</Style>
Any ideas?
[Modified at 06/15/2009 06:00 PM]