vote up 0 vote down star

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.

flag

1 Answer

vote up 0 vote down

The WhistlerBlue theme is included in the Silverlight toolkit Oct 2009 in the preview band.

link|flag
@Phillip, thanks. That's got a lot more in it than the WPF Toolkit. I'm having a little trouble with the namespaces and assembly references, though. I can't seem to find matching assemblies for the examples on the Silverlight Toolit Samples page (silverlight.net/content/samples/…). – DanThMan Oct 22 at 6:30
I should mention, I downloaded and installed the toolkit (October 2009) but if I try to add a reference for System.Windows.Controls.Theming.Toolkit, I can't find it in the list. Is this because I'm using Visual Studio 2008? Is it because my project is WPF, not Silverlight? – DanThMan Oct 22 at 6:40
Apologies, I misread your question and pointed you to something that related only to SL. And yes, you can't the reference because you are using WPF and the assembly is SL. – Phillip Ngan Oct 22 at 13:56
Ahh, well I had a Silverlight tag for my question (just removed it), so it was actually my fault. – DanThMan Oct 22 at 14:28

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.