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.
I mean I want a sample for thread:
http://ko.infragistics.com/community/forums/p/53576/369311.aspx#369311
Hello,
Thank you for your post. I have been looking into it and I can suggest you see this forum thread:
http://ko.infragistics.com/community/forums/p/35388/232836.aspx
where it is explained how to add a UserControl in the XamRibon’s RibbonTabItem. Please let me know if this helps you or I have misunderstood you in some way.
Looking forward for your reply.
Thanks for response so fast.
I notice RibbonGroup is not a UIElement. How can we put RibbonGroup in to the usercontrol?
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.
you can see the issue on the lefttop of picture
I attatch a sample to reproduce the issue