hi, I have question.
1. How can i disallow that DockAreaPane attach to HostControl?
2. How can i it doesn't show that Drag Indicator when DoackAreaPane try to attach HostControl?
Hello ,
You could disable docking of pane for particular area if you set AllowDockLeft, AllowDockRight, AllowDockTop and AllowDockBottom to false
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/Infragistics4.Win.UltraWinDock.v12.2~Infragistics.Win.UltraWinDock.PaneSettings~AllowDockLeft.html http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/Infragistics4.Win.UltraWinDock.v12.2~Infragistics.Win.UltraWinDock.PaneSettings~AllowDockRight.html http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/Infragistics4.Win.UltraWinDock.v12.2~Infragistics.Win.UltraWinDock.PaneSettings~AllowDockTop.html http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/Infragistics4.Win.UltraWinDock.v12.2~Infragistics.Win.UltraWinDock.PaneSettings~AllowDockBottom.html
And if you will disable all docking sides, why you will use UltraDockManager, you could use another form where to put your control and just to display this form.
Please let me know if you have any further questions.