You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added a splash screen window to a mahapps metro application with a progress ring. The splash screen is shown and closed before the main window is shown using the following code.
Splash screen is shown correctly but the main window’s RightWindowCommands and LeftWindowCommands are not working correctly. Maybe styles and data binding of WindowCommands are not working. For example, a button icon on the left is not visible and a button icon on right is visible but data binding is not working.
However, If the main window is showed first then everything works as expected.