Hi,
I've set AllowFloating to false in the defaultpanesettings. This prevents the panes from being dragged to a floating pane, however if I double click the header then the pane still floats. How do I prevent this?
Thanks
This may be a bug. I would recommend submitting it to the support group so it can be investigated: http://es.infragistics.com/gethelp.
As a workaround, you can handle the BeforeToggleDockState event of the dock manager with the following code:
Double check that you have the property SaveSetting of the ultraDockManager set to false, as if it's set to true your design time properties might get overriten by those saved automatically at runtime before you had configured them at design time.
I had the same issue and this looked like solving it.