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
780
how to open and restore a closed ContentPane
posted

I will have a menuitem shows "View->Tab1, Tab2, Tab3, All", if the user click View->Tab1, the ContentPane 1 should be show even if it is closed. and View All should restore all tabs in original order. I tried Activate() and BringIntoView(), neither worked.

Do you have an example to do this?

 

Thanks,

 

Joan

Parents
  • 27093
    Verified Answer
    posted

    Hi Joan, 

    I have been looking into your requirement and if you have your ContentPane’s CloseAction set to HidePane (which is the default setting)  you can do this by setting the Visibility property to Visible after the pane has been closed. I have attached a small sample project for you (DockManager_showing_closed_Panes.zip) 

    Please let me know, if I can be of any further assistance on  the matter.

    DockManager_showing_closed_Panes.zip
Reply Children