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

RadWindow Container or Canvas

1 Answer 64 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
dblogan
Top achievements
Rank 1
dblogan asked on 01 Aug 2011, 09:23 PM
Howdy,

I'm wondering if there is a way to specify a "container" or parent control for the RadWindow.  I am creating a MDI style application that has a toolbar and menu.  When i create the window I'd like it to open underneath those and not be able to be drug up on top of them.  I've looked and can't see anything but thought I'd see if anybody else had any ideas.

Thanks

dbl

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 04 Aug 2011, 11:22 AM
Hello Dblogan,

 The RadWindow control is not designed to work as a MDI window so it doesn't support a MDI container which to be restricte in. However the RadWindow control supports RestrictedArea feature which might help you to implement this. To enable the feature you need to set the IsRestricted property to true. This will restrict the window to the edges of the Silverlight plugin. To change the area which the window is restricted in you need to set the RestrictedAreaMargin property which is of type Thickness and represents the distances of the are from the left, top, right and bottom edges of the Silverlight plugin which are by default all zeros.

Hope this helps.

Greetings,
Miroslav Nedyalkov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
General Discussions
Asked by
dblogan
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or