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
220
Run-time Customization of QuickAccessToolbar on the Ribbon
posted

I am using the Ribbon and I want the user to be able to customize the QuickAccessToolbar at runtime.  I haven't figured out a good way to do that for the user.  My one solution was to add the tools that have ShowInCustomizer = true in a list that would be displayed in the context menu.  However, that is not user friendly and the list is going to be quite long.

I tried showing the customizer at run-time and doing it that way, but I cannot drop a tool on the QuickAccessToolbar (or any other part of the ribbon for that matter).

Notable Properties:

  • Style = ScenicRibbon
  • Office2007UIcompatibility = false
  • ToolbarSettings.AllowCustomize = true

Also I should specify that I'm using the UltraToolbarsManagerWorkspace from within the CAB Extensibility Kit.  I don't know if that makes a difference since it just wraps the main toolbars manager, but I'm mentioning it just in case.

I won't be happy, but if I have to I will implement a unique customization control.  However, I would really just like to allow the drag-and-drop capability or something equally useful within the existing toolset.

Parents Reply Children
No Data