You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In one project I disabled every option that would have a context menu entry for any control on the ribbon or the ribbon itself. It turned out that this results in an empty context menu:
I could build a workaround by adding a context menu that is collapsed to every control by style and a ContextMenuOpening event handler that closes the ribbons context menu immediately (because somehow the added context menu does not solve the problem on the ribbon itself ...).
Did I miss any option to disable the context menu?
Environment
Fluent.Ribbon v6.1.0.233
Windows 8.1
.NET Framework 4.5
The text was updated successfully, but these errors were encountered:
And I found out why my collapsed context menu did not work for the tabitems ... I simply misspelled the static ressource key and I have no idea why the IDE did not mark it ... we never talk about that again :P
In one project I disabled every option that would have a context menu entry for any control on the ribbon or the ribbon itself. It turned out that this results in an empty context menu:
I could build a workaround by adding a context menu that is collapsed to every control by style and a ContextMenuOpening event handler that closes the ribbons context menu immediately (because somehow the added context menu does not solve the problem on the ribbon itself ...).
Did I miss any option to disable the context menu?
Environment
The text was updated successfully, but these errors were encountered: