I find we can't display ribbongroup in subclass of ribbontabitem. Could you give us an sample to show how to create a control for ribbotabitem content? We want to reuse the ribbon design in different applicaton.
Hello,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
It works fine. Thanks
I can suggest you define your TestRibbon class like this:
public class TestRibbon : XamRibbon { public TestRibbon() { this.SetResourceReference(StyleProperty, typeof(XamRibbon)); } }
Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
you can see the issue on the lefttop of picture
I attatch a sample to reproduce the issue