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
340
Ribbon v10.2
posted

Hi,

I was using Ribbon v9.2 and all the controls in the Ribbon that was not selected where created before I have to click in the Ribbon tab. In version 10.2 this changed and its kind of "Lazy loading". Is there any way to turn this off and have the same behavior as version 9.2?

Thanks,

Federico

  • 54937
    Offline posted

    I'm not sure what you mean that the controls were created before they were clicked but no changes have been made in the xamRibbon in terms of functionality. It has and continues to use a derived WPF TabControl. A WPF TabControl only puts the contents of the currently selected tab into the visual tree, which is why you will get Unloaded event for elements within a tab page when you select another tab.