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
80
How To Programmatically Fly a Panel Out (Ultradockmanager)
posted

I have a winforms which I am using the ultradockmanager on. I have a docked pane on the right set to hidden so that it is auto hidden unless moused over.

I have a button on another user control (not on the hidden control) that when pressed, should cause the hidden panel to fly out. How do I auto fly them out programmatically?