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
765
Issue with load order of XamRibbon and LayoutRoot
posted

Hi,

I'm trying to build my WPF application in such a way that when the RibbonTabItemSelected event occurs, I load a new UserControl into the LayoutRoot Grid below the Ribbon. However, when the application initializes the firsttime, the RibbonTabItemSelected event occurs and the LayoutRoot Grid has not initialized yet. What do I do to escape the first initialization?