I'm looking for a WPF theme that looks like Windows XP/WinForms. Basically I want all the WPF goodness, but without my business analyst freaking out because the colors look different.
(Pity too, I really like the themes I found on CodePlex.)
I'm looking for a WPF theme that looks like Windows XP/WinForms. Basically I want all the WPF goodness, but without my business analyst freaking out because the colors look different.
(Pity too, I really like the themes I found on CodePlex.)
If you don't override styles/templates of default controls they will look natively in any Windows theme. Your app will look like XP under XP, like Vista under Vista, and so on.
Just in case: XP theme is called Luna
. If you need your app to use it under any Windows OS - look for documentation (MSDN) about theming in WPF.
You might want to take a look at Xceed Pro Themes for WPF, it adds the Aero theme from Vista. It styles all official Microsoft WPF 3.5 and 4.0 controls including the WPF Datagrid and datepicker.