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
860
Can't add to QAT
posted

I'm attempting to add a ButtonTool to the quick access toolbar but nothing is showing up. What I would really like to do is add the ButtonTool to the ribbon's ToolsNotInRibbon collection so that the tool only shows up in the QAT. I've attached a sample project that illustrates my problem. The relevant code is in the MainWindowView.xaml.cs in the GetRibbonTabItem to show the ToolsNotInRibbon problem and the HostRibbon_OnLoaded that shows the issue with it not showing when added as a normal ButtonTool.QuickAccess.zip