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
2150
Wait/Delay to load ApplicationMenu2010 tab item controls
posted

Is there a standard way to delay all the initialization of the stuff hidden in the XamRibbon.ApplicationMenu2010?

I like being able to set everything up in the xaml ribbon but it becomes a huge extra overhead when the xamRibbon is loaded.  Why do all the nested ApplicationMenu2010Item and child controls all get created and loaded right away?  In many cases these things are never even seen.

 

 

I'm experimenting with using ApplicationMenu2010.SelectedTabItemProperty to detect when users move around from one application tab item to another.  Is this where I'm supposed to dynamically create xaml-based controls (eg from a resource dictionary)?  I wish there was just a simple property to delay all the initialization of stuff that may never even be seen.

 

 

Parents Reply Children
No Data