
How are the Quick Access Toolbar buttons linked to the buttons that appear in the ribbon?
I'm having a problem when I add a new button to the Quick Access toolbar: when I right click a ribbon button and add it, the button on the ribbon becomes small and loses its Label text.
If I save the QAT and reload my program, the ribbon button is still small and without a label. Everything works though (CanExecute, Executed, the pictures are correct).
I'm convinced there something wrong with the way I'm doing it, but I don't even know where to start. I figured that the matching logic that "matches" QAT items with their corresponding Ribbon items might be a good place to start.
For reference, I'm building my ribbon buttons dynamically instead of in XAML to allow the user to switch around what they want shown and in what order.
Thank you,
Mick
I'm having a problem when I add a new button to the Quick Access toolbar: when I right click a ribbon button and add it, the button on the ribbon becomes small and loses its Label text.
If I save the QAT and reload my program, the ribbon button is still small and without a label. Everything works though (CanExecute, Executed, the pictures are correct).
I'm convinced there something wrong with the way I'm doing it, but I don't even know where to start. I figured that the matching logic that "matches" QAT items with their corresponding Ribbon items might be a good place to start.
For reference, I'm building my ribbon buttons dynamically instead of in XAML to allow the user to switch around what they want shown and in what order.
Thank you,
Mick