Hello,
I would like to ask whether is possible to completely disable the mandatory context menu (present on every ribbon item) for a particular item, specifically for items in Backstage tabs, where is no sense in having such a context menu. Setting ContextMenu="{x:Null}" does not help. Only solution is to replace the mandatory context menu with my own empty menu and setting its Visibility="Collapsed". This would do the trick, but you must agree that this is kind of stupid solution.
So far, I am at least able to disable the Add to QAT item (which is really without any sense for a Backstage item).
Any help would be really appreciated, best regards,
Honza Ambroz.
I would like to ask whether is possible to completely disable the mandatory context menu (present on every ribbon item) for a particular item, specifically for items in Backstage tabs, where is no sense in having such a context menu. Setting ContextMenu="{x:Null}" does not help. Only solution is to replace the mandatory context menu with my own empty menu and setting its Visibility="Collapsed". This would do the trick, but you must agree that this is kind of stupid solution.
So far, I am at least able to disable the Add to QAT item (which is really without any sense for a Backstage item).
Any help would be really appreciated, best regards,
Honza Ambroz.