Need themes for the WPF Toolkit controls (espeically DataGrid)
Posted
by DanM
on Stack Overflow
See other posts from Stack Overflow
or by DanM
Published on 2009-10-21T19:50:36Z
Indexed on
2010/04/25
15:13 UTC
Read the original article
Hit count: 758
I just downloaded the nice themes collection from the Codeplex WPF Themes site. I like the WhisterBlue and BureauBlue themes a lot, but neither contain any styles for the new controls included in the WPF Toolkit (DataGrid
, DatePicker
, and Calendar
).
It seems like someone out there must have extended the themes to cover these controls, but I've had no luck finding them. So, if you have any leads, I'd love to hear them.
I should also mention that I've been trying to port a Silverlight version of the BureauBlue DataGrid
theme to WPF (see: http://stackoverflow.com/questions/1611135/how-do-you-port-a-theme-from-silverlight-to-wpf), but that has been quite unsuccessful so far.
© Stack Overflow or respective owner