Question

Is It possible to change the main form theme? In RadControl for WinForms changing theme also affects on the Form theme (e.g. window header(title) and close(maximize) buttons.
What i have now in WPF: enter image description here
What I'm having now in WinForms: enter image description here

Was it helpful?

Solution

Here is the answer: It's necessary to create RadWindow instead of Window if i wanna use radControl features. Here's two links with all the information about creating RadWindow:
http://www.telerik.com/support/kb/wpf/window/radwindow-as-main-window.aspx
http://www.telerik.com/help/wpf/radwindow-features-working-with-radwindow.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top