Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
585
Dock Manager MdiChild Size
posted

Hi All,

I am having a dock manager with three user controls docked in it. These controls are MdiChilds. When the application comes up, these MdiChild controls are shown with a standard size. Can i modify that size? I want the size to be little bigger. I set the size of dockablecontrolpane,dockareapane, but of no use.

Can someone please help me on this?

Thanks and Regards

Manikandan

Parents
  • 44743
    posted

    There is no property exposed to control the size. You can try to find an instance of an MdiChildFormBase in the mdi children of the parent form (or handle the MdiChildActivated event of the parent and get the active mdi child) and set the size of that form. The pane is exposed off this form too.

Reply Children