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
No Data
Reply
  • 22015
    posted

    Hello,

     

    Thank you for posting!

     

    I have been looking into your issue and have created a small sample application in order to test the behavior you have reported. In the sample application I have a XamRibbonWindow with XamRibbon inside and ApplicationMenu2010. I set the IsOpen property of the ApplicationMenu2010 to true and the application works as expected.

    I am attaching the sample application for your reference. Would you please modify it with the functionality you are using, so it reproduces the issue? This way I would be able to further investigate this matter for you.

     

    Looking forward to hearing from you.

    Ribbon_ApplicationMenu2010Look_15.1.zip
Children