Hi,
This is related to an other post on this forum, please see:http://ko.infragistics.com/community/forums/t/89997.aspx
Im not able to set a simple custom style on a RibbonGroup without it being turned into a "old fashion" style when using the Office2013 theme on the XamRibbon.
It looks that it no longer inherits from the Office2013 theme.
See illustration:
How can i use custom styles on RibbonGroups and still inherit the overall look from the defined Ribbon theme?
I've attached a VS-solution to illustrate this.
I will appreciate any help on this.
Thanks for fast answer, it explained my problem!
The issue you are encountering is explained/described in this article. In this case you should be setting the BasedOn of the RibbonGroup Style to point to the Office 2013 Style for the RibbonGroup - e.g. BasedOn="{x:Static igTheme:RibbonOffice2013.RibbonGroup}".