Ribbon Context menu

Ribbon for WPF Forum

Posted 15 years ago by Magnus Eklof
Version: 4.5.0486
Avatar
Hi,

I fail to disable the context menu that you get when right-clicking the Ribbonbutton or the ApplicationMenu, it has 2 items, Show QAT below the ribbon and minimize the ribbon. I dont plan to use the QAT and I also plan to have the ribbon mimimized all the time.

Anyone know how to do this?

Another question, does anyone know if it violates the ribbon rules set by Microsoft if I plan to use only the ribbon button (New, Save etc + recent docs) and keep the ribbon minimized?

Magnus

Comments (2)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Magnus,

Set Ribbon.QuickAccessToolBarLocation = QuickAccessToolBarLocation.None to hide the one option and Ribbon.IsMinimizable = false to hide the other.

I think these related rules should help with your other question:

The QAT is generally marked as required in the Microsoft specs.

11. The Ribbon MUST be minimized when the application is opened if the Ribbon was minimized when the application was last closed.
12. The Ribbon MUST NOT be minimized when the application is opened for the very first time


Actipro Software Support

Posted 15 years ago by Magnus Eklof
Avatar
Hi,

Thank you for the quick reply.

/Magnus
The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.