We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

DockingManager list of panes

I need to show a list of all panes of the DockingManager in a Menu as MenuItems. A click on a MenuItem should select the appropriate pane, and open it if it has been closed.

What is the recommended techique to these requirements?

Thanks,
Dominik

1 Reply

BA Balavasanth Syncfusion Team June 23, 2009 04:23 PM UTC

Hi Dominik,

Thanks for choosing Syncfusion products.

You can make use of the ActivateWindow method associated with DockingManager control to achieve your requirements. Kindly make use of the code snippet for more idea.

[XAML- Defining Docking Manager]






Activate the corresponding children element by passing the name object to the ActivateWindow() method.

[C# Code]
dockingmanager.ActivateWindow(name);

Kindly make use of the sample for more idea.

http://files.syncfusion.com/support/Tools.WPF/7.2.0.37/57243/main.htm

For more information on Activate windows kindly go through our online UG.

http://help.syncfusion.com/ug_72_new/toolswpf/SettingActiveWindow.html

Please let us know if you have any queries.

Regards,
Bala.

Loader.
Live Chat Icon For mobile
Up arrow icon