Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

Commented Unassigned: DateTimeUpDown : spinner background color is gray on Windows 8 [21729]

$
0
0
Hi,

I'm using the NuGet package Extended WPF Toolkit (2.3)

Here is my DateTimeUpDown under Windows 7 :

![Image](http://i.imgur.com/9y1CiNa.png)

And the same under Windows 8 :

![Image](http://i.imgur.com/a4lUgnH.png)

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".


Viewing all articles
Browse latest Browse all 4964

Trending Articles