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
449
How to disable the option "Minimize the Ribbon"
posted

I need the Ribbon never minimized and always show.

thanks.

  • 449
    posted

    Thanks Kim. That works great!

  • 5389
    posted

    J1234,

    In order to remove the "Minimize the Ribbon" option, you will need to set the UltraToolbarsManager.Office2007Compatibility property to False.  Then handle the control's BeforeToolbarListDropdown event and set the e.ShowMinimizeRibbonMenuItem property to false.

    Hope this helps,

    ~Kim~