I'm trying to sway out a current TreeView for the TreeListView and am getting the following error-
Cannot place windows in MDI since no MDI host (TabbedMdiHost, StandardMdiHost, etc.) was located as the direct child of the DockSite's Workspace.
The overall window is DockSite->SplitContainer->SplitContainer->Workspace->TabbedMdiHost so I guess the erroe is correct since the TabbedMdiHost is not a direct child of the DockSite but I'm not sure how else I would be able to acheive my application design requirements.