9 Answers, 1 is accepted
This is not supported by the RadWindow control.
Best wishes,Miroslav Nedyalkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
The RadWindow control is not designed to be used as an application main window, but to be used as a child window. This is the reason why it doesn't support to be used as a MainWindow - it doesn't inherit from the Window class so the framework doesn't recognizes it as a Window. This is needed to make it work correctly in XBAP and to share the same API in Silverlight.
Best wishes,Miroslav Nedyalkov
the Telerik team
RadWindow is very nice (especialy with themes and other Telerik component). I use RadWindow as 'main' window. Only thing do not work is Windows TaskBar.
I try something like this, but no luck (when window is hidden TaskBar item is also hidden).
Application.MainWindow =
new
Window
{
Title =
"Program Title"
,
ShowActivated =
false
,
Visibility = Visibility.Hidden,
ShowInTaskbar =
true
,
WindowStyle = WindowStyle.None,
Height = 0,
Width = 0
};
Application.MainWindow.Show();
Any idea how to fix this(in WPF) ?
Any plan for official support RadWindow as main Window?
We don't have plans to change the implementation of the RadWindow at this stage. As Miroslav said before, the RadWindow doesn't inherit from the Window class so the framework doesn't recognizes it as a Window. This is needed to make it work correctly in XBAP and to share the same API in Silverlight.
Sorry for any inconvenience caused.
George
the Telerik team
Maybe Telerik can make a XAML style for a "normal" Window so it looks like the new "Dark" theme (that I like and use a lot!).
/Ken
http://blogs.telerik.com/silverlightteam/posts/10-11-08/radribbonwindow_for_silverlight_oob.aspx
http://blogs.telerik.com/blogs/posts/10-05-03/using_radribbonwindow_with_radribbonbar_for_wpf.aspx