Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
Error in XamRibbon
posted

If a XamRibbon has some contextual tabs, and I change the Theme of the ribbon, following exception will occur:

System.InvalidOperationException: The specified Visual and this Visual do not share a common ancestor, so there is no valid transformation between the two Visuals.

   at System.Windows.Media.Visual.TransformToVisual(Visual visual)

   at Infragistics.Windows.Ribbon.RibbonCaptionPanel.OnLayoutUpdate(Object sender, EventArgs e) in D:\Infragistics\Ribbon\RibbonCaptionPanel.cs:line 745

Can anybody explain why such a thing happens and Is there any work-around or not?