I'm using the Windows 7 Theme for my WPF controls with the following code:
The controls use the theme as expected at runtime. However, when viewing the controls at design-time in Expression or Visual Studio they show up with the default (Office Black?) theme. How do I select WIndows 7 (or any other theme) at design time?
Cheers,
Mike
public Shell() { InitializeComponent(); Telerik.Windows.Controls.StyleManager.ApplicationTheme = new Telerik.Windows.Controls.Windows7Theme();}The controls use the theme as expected at runtime. However, when viewing the controls at design-time in Expression or Visual Studio they show up with the default (Office Black?) theme. How do I select WIndows 7 (or any other theme) at design time?
Cheers,
Mike