My point is – as I see in WeifenLuo DockPanel suite samples – there is used only MDI environment.
But if I want to use docking inside of a child-form, can I?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the sample application you will see one of the docking modes available is
DockingWindow. This mode does not use the built-in Windows concept of MDI.To have multiple levels of docking you can use a
DockPanelon each of the child documents in the main panel, this is entirely allowed.Due to OS limitations, you may experience issues with resizing in these multi level scenarios. If so, enable the
SupportDeeplyNestedContentproperty on theDockPanel.