I need to hide the context menu of Ribbon Control
I tried
<Ribbon.ContextMenu><ContextMenu Visibility="Hidden"></ContextMenu></Ribbon.ContextMenu>
This did the job upto some extent. ie it disables context menu when right clicked on empty space. But when i right click on a ribbon button, still the context menu appears. How can i disable this?