This question is locked. New answers and comments are not allowed.
Hi I programmatically create a RadSplitContainer and assign it to the DocumentHost of my Dock Instance and then I create a RadPaneGroup and assign it to the RadSplitContainer (items.add(radGroup) ... and although this works the IsInDocumentHost is false on the RadPaneGroup but its true on the RadSplitContainer. When I add a RadPane to the RadPaneGroup it open miminmized un-pinned. Why is my RadPaneGroup not have its IsInDocumentHost set to true?