This is a migrated thread and some comments may be shown as answers.

Add RadWindow to project

1 Answer 120 Views
Window
This is a migrated thread and some comments may be shown as answers.
ITA
Top achievements
Rank 1
ITA asked on 01 Jun 2013, 09:28 AM
Hi,

how do i add a radwindow to my wpf Project? I can't find it if i try to add e new element to my Project?

Thanks
best Regards
Rene

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 03 Jun 2013, 02:54 PM
Hello Rene,

In order to add new RadWindow you should declare it in the code behind and call its Show method to open it. Please see the Getting Started article from our documentation for an example.

If you need to declare its content in XAML you should use RadWindow as a User Control - you should create a new User Control and replace its declaration with RadWindow declaration. Afterwards in the code behind you only need to inherit from RadWindow instead of UserControl. For more detailed explanation please refer to the Use RadWindow as User Control article from our documentation.

Hope this helps.

Regards,
Kalin
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Window
Asked by
ITA
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or