I would like to use xamDockManager to manage several panes inside of WPF userControl window.
I need to dock, tab, hide ContentPanes but I need to prevent ContentPanes from floating.
How can I achive this?
Thank you,
Dmitri
Hello Dmitri,
I am just checking if you had a chance to look into this and if you would like any further assistance on the matter.
There are two properties that allows the ContentPane’s float state to be controlled. Those are AllowDockingFloating and AllowFloatingOnly properties. By setting them to false you can restrict the end user to set them in floating mode. The following documentation page gives more details on this matter: http://help.infragistics.com/Help/Doc/WPF/2014.2/CLR4.0/html/InfragisticsWPF4.DockManager.v14.2~Infragistics.Windows.DockManager.ContentPane~AllowDockingFloating.html.Please let me know if you have any other questions on the matter.