In Microsoft office the applications have a "help" button and a "minimize ribbon" button, just bellow the (minimize, restore, close) button bar.
I have been looking on how to add buttons there in the XamRibbon, but i just can't find it. I need to add a button for help and one for feedback.
I am new using the Infragistics ribbon, so i was checking this page http://es.infragistics.com/products/wpf/sample/ribbon/application-menu, but I could not find what I needed.
Any help will be appreciated! Thank you!
We are actually using it like this:
xmlns:igRibbon="http://infragistics.com/Ribbon"<igRibbon:XamRibbon x:Name="xamRibbon" Theme="[current]" ApplicationMenuMode="Office2010">
It was a bit of a struggle to make it work, but we are not experiencing the error you mention. Maybe you can add a screenshot?
Check selecting different themes, it could be related to that.
Has this solution been used when the ApplicationMenuMode="Office2010" for the Ribbon? When we try it the spacing between the tabs is wrong and the tabs seem to overlap eachother a little. We have not found a way to change this solution to work with the 2010 application menu. We are trying to look through the RibbonGeneric.xaml but if there is a simplier solution please let us know.
Thanks
-eric
Hello Viviana,
Thank you for your for your feedback.
Under each post you would find the "Verify Answer" button, which you could choose for any of the post that you find to be helpful for you.
If you have any other questions please do not hesitate to contact us.
Hi Anastas, that worked great. Can I makr several answers as the answer of the post?
Because several of the post were useful for me on fixing the issue.
Thanks!
Hi again,
I'm attaching a sample project with helpicon and minimized button set. But this time minimize button rotates itself when ribbon's minimized state is changed. Basically, I added the stack panel with both buttons inside ControlTemplate for XamTabControl, and a trigger which rotates the minimize button when ribbon is in minimized state.
Hope this helps you.
Anastas