I have a form that is already contained inside a tool window. It is dockable inside my application. I want to create a panel on this form and allow other forms to dock inside this panel. Is there a way to do this? What would I use? ToolWindow? DocumentWindow.
Currently I am attempting this, but when create my toolwindow and set the panel as the child form, the result is that my panel jumps outside my form and docks to the left side of the main application window.
Do I need to use another docking manager on the form itself? If so, will I be able to dock windows that were created on the main applications docking manager?