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.
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
Make sure you have SaveSettings set to False on the dock manager. It could be loading up previous settings for the dock manager and changing your AllowFloating setting back to Default. If that is not the problem, it could be a bug and I would recommend submitting it to the support group: http://es.infragistics.com/gethelp.
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 ...
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.