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

DockSites & DockStates settings

3 Answers 85 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Veljko Janjic
Top achievements
Rank 1
Veljko Janjic asked on 28 Feb 2007, 03:33 PM
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

Sort by
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.

 
Greetings,
Julian Benkov
the telerik team
0
Veljko Janjic
Top achievements
Rank 1
answered on 01 Mar 2007, 12:34 PM
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.
 

Sincerely yours,
Julian Benkov
the telerik team
Tags
Dock
Asked by
Veljko Janjic
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Veljko Janjic
Top achievements
Rank 1
Share this question
or