I need the Ribbon never minimized and always show.
thanks.
Thanks Kim. That works great!
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~