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
815
Multiple ToolbarManagers for Multiple Toolbars
posted

I am trying to create a user interface that has a Ribbon along the top and then another toolbar in a docked window. An example of what I trying to accomplished is attached.  It is an example of the VS2010 IDE and shows the main form having at toolbar and then another toolbar in the docked area.

Normally I would create a panel, add and dock a toolbar in it, dock my treeview in the panel and then add the panel to the dock manager.  I am having a problem determining the best practice for adding the toolbar to the panel using the Infragistics Toolbar Manager.

I've tried adding a second ToolbarManager to the form and and place it in my panel but it does not allow me to set the DockWithinContainer property to the panel.

Any advice?