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
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.