I have got a control with a Splitcontainer
added. I want to place
another forms on the second panel (Panel2
). However, it is not possible to
set the MDIParent
property of a brand new form to Panel2
.
Thus, the question is - how can I set the SplitContainer's
panel as the MDIParent
for another controls?
Thank you in advance for the clues!
cheers
If you want to make Panel-Splitter-MdiClient Form see panel and MDI in c#