Hi,
I'm using the NuGet package Extended WPF Toolkit (2.3)
Here is my DateTimeUpDown under Windows 7 :

And the same under Windows 8 :

My first attempt was to include the PresentationFramework.Aero.dll as an embedded resource and add it to the ResourceDictionary in my App.xaml
```
<ResourceDictionary Source="/PresentationFramework.Aero;component/themes/Aero.NormalColor.xaml"/>
```
but the spinner still have this gray background.
Any idea ?
Thanks !
Comments: ** Comment from web user: BoucherS **
I'm using the NuGet package Extended WPF Toolkit (2.3)
Here is my DateTimeUpDown under Windows 7 :

And the same under Windows 8 :

My first attempt was to include the PresentationFramework.Aero.dll as an embedded resource and add it to the ResourceDictionary in my App.xaml
```
<ResourceDictionary Source="/PresentationFramework.Aero;component/themes/Aero.NormalColor.xaml"/>
```
but the spinner still have this gray background.
Any idea ?
Thanks !
Comments: ** Comment from web user: BoucherS **
Hi,
Something could be overriding the style.
Try a new project, include Xceed.Wpf.Toolkit.dll.
Add a DateTimeUpDown with the style as in the example above.
If it works, something could be overriding in "ResourceDictionaryAE.xaml" or "MahApps.Metro".