Hello
I have a form with an TabbedMdi control and a DockingManager.
Is there any way to disable the dropping of DockingManager docking panes on to the TabbedMdi?
Regards
David
Hi
I found the property I need to set. For anyone else, it's:-
dockingManager.DefaultPaneSettings.CanDisplayAsMdiChild = Infragistics.Win.
DefaultableBoolean.False;