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
1015
Maximizing a Dock Pane to fill the entire form on double click
posted

Hello,

I'm working with an UltraDockManager on a WinForms application that looks something like this:

The area in question is highlighted in yellow above, labeled "Schedule". This area is a user control that contains an UltraDayView/UltraWeekView that allows the user to add appointments, etc. What I'm hoping to be able to do is to double click the pane's header, and have the yellow area maximize to fill the entire form like this, where the yellow would be a UltraDayView/UltraWeekView set to fill the screen:

And then go back to its pinned position on another double click. I'd like to achieve this without allowing the dock area containing the Schedule to float. Is this possible with any pre-defined methods or combination of properties? What event should I be looking for in order to achieve this functionality, if it doesn't exist already?

Any help, comments, or input is greatly appreciated.

Thanks!