hi,
is it possible to have a usercontrol in a XamRibbonTabItem or XamRibbonGroup? can you please point to some sample code on this?
thanks.
Hello,
Thank you for your post. I have been investigating the functionality that you are looking for and I can suggest creating a custom tool and add it in a RibbonGroup. You can add the user control that you wish to display in the template for that custom tool. I have created a sample application for you that demonstrates how you can implement this approach.
Please let me know if you need any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
thank you for the quick reply and the solution works.
how does the interaction between usercontrol and xamribbon work as the user control is now in a controltemplate. is it possible to get the instance of xamribbon in the usercontrol and is it possible to get instance of usercontrol in xamribbon?