I need the Ribbon never minimized and always show.
thanks.
Thanks Kim. That works great!
But double click the Ribbon Tab's Tag will minimize the Ribbon, how to disable this one?
"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." >> This has not worked for me..
I have followed exactly the same instructions as mentioned by you.
To be more specific, I have listed the exact steps below:
1. Taken a new windows form and dragged the UltraToolbarsManager component.
2. Using the design time properties, have set Office2007UICompatibility property to false.
3. On the "BeforeToolbarListDropdown", have event written the following code:
Private Sub UltraToolbarsManager1_BeforeToolbarListDropdown(ByVal sender As System.Object, ByVal e As Infragistics.Win.UltraWinToolbars.BeforeToolbarListDropdownEventArgs) Handles UltraToolbarsManager1.BeforeToolbarListDropdown
MessageBox.Show("BeforeToolbarListDropdown")
e.ShowMinimizeRibbonMenuItem = False
End Sub
4. But the "Minimze the Ribbon" option still appears in the drop down list box of the Quick Access Toolbar, when the form is executed.
Please provide help.
Did you find the solution?
The BeforeToolbarListDropdown event only applies to the context menu which shows when you right-click the Ribbon. There is currently no way to hide the "Minimize the Ribbon" item from the QAT quick customize menu. I have forwarded this post to the Developer Support Manager to create a feature request on your behalf.
Was this issue resolved in v9.2 and if so, how can I disable this context menu?
Any progress on FR12077?
Hello.
This feature has not yet been implemented and it is not scheduled to be included in 2011 at the moment. Please let me know if there is anything else that I can do for you.
Sincerely,CharlieSenior Developer Support EngineerMCTS
How do we find out if a feature has been added based on the feature request number? I'm interested to find out if FR12075 has been added. I also need to disable the 'double-click-to-hide' feature of the ribbon.
TIA, - Ken
I've just submitted three feature requests for the ability to hide default menu items (such as the "Minimize the Ribbon" item) from the Quick Access Toolbar to be added to a future version of the toolset. I've created a feature request for each of those who have expressed interest in this functionality previously in this thread.
J1234: Your feature request is FR12075.
Aressindia: Your feature request is FR12076.
Kalan: Your feature request is FR12077.
For anyone else who is interested in seeing similar functionality in a future version of the NetAdvantage for .NET toolset, you can submit a feature request here. Remember, the number of requests we receive for a given feature is one of the tools we use to prioritize what functionaltiy goes in to a given release.