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

panel moving

1 Answer 48 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Kirill
Top achievements
Rank 1
Kirill asked on 25 Jul 2012, 09:58 AM
Hello.

I use RadDocPanel.
Could you give some advice how to limit dragable area of panel to visible region of web page?
I've attached an image which shows situation that I'm trying to avoid.

1 Answer, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 30 Jul 2012, 07:34 AM
Hello Kirill,

In order to make the Docking control Panes restricted to web page all that is needed is to set IsRestricted property of RadDocking control. Here is a sample snippet code representing that:

<telerik:RadDocking IsRestricted="True">
            ...
</telerik:RadDocking>


Regards,
Vladi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Docking
Asked by
Kirill
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Share this question
or