Hi -
I have a Ultra Dock Manager on my form with three Dockable Control Panes. When the Close button on one of the Dockable Control Panes is clicked, it is no longer visible. If the users have to view the closed Dockable Control pane again, they have to close the form and then open again. Instead i want to provide a button (which says View Pane) just like View Solution Explorer in Visual Studio. I tried Show() method but it didn't work. Can any help me with this?
Thank you in advance.
Seems that this has been fixed? I am also quite new to use WinForms dock control, the show() methods sounds interesting to me.