Hello
In my application using ultradockmanager it consists of Dockarealeft which consists of 4 Dockablecontrolpane which are tabgroup. and Dockarearight consists of one Dockablecontrolpane. Problem is that when i dragged the controlpane it can be takenout from my application workspace to windows desktop. i dont want this to happen. wheni dragged it should be moved only with in the workspace of application. Any suggestions are welcome...
Thanks in advance
Regards
Rashmi.
On the dock manager, set DefaultPaneSettings.AllowFloating to False. Also, to prevent double-clicking a pane header from floating a pane, handle the BeforeToggleDockState event and set e.Cancel to True.
Thanks...
But still i am facing the same problem after setting the Defaultpanesettings.Allowfloating to false.
is any other suggestion is there .Please let me know ...
Hi,
Are you changing the wrong property?
Don't change the DefaultPaneSettings.AllowFloating. Change the ControlPanes/DockableControlPane[n]/Settings.AllowFloating for each of the pane you don't want to be floated.
Hope it helps
PenPal1999