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://ko.infragistics.com/products/wpf/sample/ribbon/application-menu, but I could not find what I needed.
Any help will be appreciated! Thank you!
Hello Vivana,
I have been looking into your question and currently we do not provide a built-in functionality for help(question) icon. I am attaching you a sample application(RibbonQuestionIcon(Help).zip) where I have added such kind of icon to the XamRibbon.
Let me know, if you need any further assistance on this matter.
Yanko, thanks for your prompt answer.
I must say I am disapointed that infragistics doesn't have this functionality. I find it is sort of common and expected since most Microsoft apps have them. At least my users expect those buttons to be there :P
I am checking into your code, and as I said I am new using Infragitics for WPF, and in WPF itself. But I am intrigued on why so much code it is required to achieve this. Isn't there a more simple way to add those buttons? It seems a bit of an overkill.
I will appreciate any comment! Thank you!
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
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!
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.
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
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.