Is it possible to allow or disallow docksites or dockstates. I don't want to allow users to have floating windows or I just want to allow users to move certain forms to le
Thanks in advance.
3 Answers, 1 is accepted
0
Julian Benkov
Telerik team
answered on 28 Feb 2007, 06:20 PM
Hi Veljko,
To disable users of having floating windows use the AllowFloating property of the docking manager. You can access it from the designer or in code:
dockingManager1.AllowFloating = false;
Please, review the documentation for more information.
Thanks for swift reply, but it was not the point of my question, floating was just example. Is it posible to disallow moving docks from left to right zone. I read documentation,but couldn't find any property which will allow me to set dockingsites where my dock content can move.
Thans in advance.
0
Julian Benkov
Telerik team
answered on 01 Mar 2007, 05:27 PM
Hi Veljko,
This feature is not available in our current release, but is on our TODO list for a future release.
For now you can use AllowFloating, AllowDocking, AllowDrag, and AllowHiding, but you should use all of them globally to whole docking manager.