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
315
Window buttons not visible on application start
posted

Hi, I'm using your (really) great XamRibbonWindow in my current project.

I'm starting the application with the application menu selected:

          ApplicationRibbon.ApplicationMenu2010.IsOpen = true;

which works great. There is just one problem: the window buttons (minimize, fullscreen and close) are not displayed in the application menu when the application starts. When I navigate to a Tab, the window buttons are there. When I then navigate back to the application menu, the window buttons are there, too.

I'm encountering this problem using your sweet Office2013 theme:

         <ribbon:XamRibbon DockPanel.Dock="Top" Theme="Office2013" ApplicationMenuMode="Office2010">

How can I make the window buttons visible on application start, too? (so that a user can close the application right away, if she/he wants to)

Parents Reply Children
No Data