Hello,
I need to hide minimize and maximize buttons in my radwindow.
I used your example on http://www.telerik.com/community/forums/wpf/window/window-style-and-template.aspx and modified ControlTemplate to hide the buttons, its works fine.
But I use a Style Manager in my Application
StyleManager.ApplicationTheme = new Expression_DarkTheme();
After adding the ControlTemplate I can't style Radwindow header anymore.
Can you please help me ?
I need to hide minimize and maximize buttons in my radwindow.
I used your example on http://www.telerik.com/community/forums/wpf/window/window-style-and-template.aspx and modified ControlTemplate to hide the buttons, its works fine.
But I use a Style Manager in my Application
StyleManager.ApplicationTheme = new Expression_DarkTheme();
After adding the ControlTemplate I can't style Radwindow header anymore.
Can you please help me ?