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

RadWindow into the Scope of the Screen

6 Answers 96 Views
Window
This is a migrated thread and some comments may be shown as answers.
Syed Danish
Top achievements
Rank 1
Syed Danish asked on 23 Apr 2010, 01:03 PM
Hi,

I here I need the rad window to remain with in the scope of the Screen where as my rad window exceeds the scope or the visible area of the Screen. Is there any property or something like that to fix the RadWindow with in the screen bounds. The Rad Window behaves differently and exceeds the Screen Bounds.

Thanks and Regards,

Syed Danish

6 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 23 Apr 2010, 06:00 PM
Hi Syed,

 This feature is supported by the RadWindow control. What you need to do to enable it is to set the IsRestricted property to true.

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.
0
bohebolo
Top achievements
Rank 1
answered on 06 Aug 2010, 09:58 AM
Similar question here, let's say i have xaml declaration below:

<Canvas Grid.Column="0" Grid.Row="2">
      <telerikNavigation:RadWindow IsRestricted="True" x:Name="radWindow1" Width="400" Height="300" />
</Canvas>

Is it possible to restrict RadWindow within it's parent's bound's?
So it can't be moved to outside of canvas (Gridrow #2) ?
And when we maximize the window, it only fill up the entire canvas area, not the whole grid?


EDIT: Found the solution here to use IsRestricted & RestrictedAreaMargin properties.
0
Miroslav Nedyalkov
Telerik team
answered on 11 Aug 2010, 08:48 AM
Hi Bohe,

 I'm glad that you were able to solve the problem yourself. I just wanted to add that we don't recommend placing the RadWindow control into the layout as you do in the sample code you sent.

Kind regards,
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
0
bohebolo
Top achievements
Rank 1
answered on 13 Aug 2010, 04:16 AM
Any reason why ?
0
Miroslav Nedyalkov
Telerik team
answered on 18 Aug 2010, 08:28 AM
Hi Bohe,

 Because the Window will be moved out of the layout anyway and the XAML and the real visual tree will differ and this might cause issues.

Greetings,
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
0
bohebolo
Top achievements
Rank 1
answered on 19 Aug 2010, 04:39 AM
Thanks for the explanation..
Tags
Window
Asked by
Syed Danish
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
bohebolo
Top achievements
Rank 1
Share this question
or