I have an inherited TreeView with a contextmenu of type ribbon:ContextMenu, containing ribbon:buttons. On viewing, these items display correctly, except in displaying the tooltip of the commands.
The commands are nicely filled and executed using the Actipro ribbon commands. Only no ScreenDescription is visible.
Any thoughts?
<bcontrols:SolutionExplorer x:Name="SolutionExplorerMain">
<TreeView.ContextMenu>
<ribbon:ContextMenu >
<ribbon:Button Command="ide:ApplicationCommands.ShowItemFolder" />
</ribbon:ContextMenu>
</TreeView.ContextMenu>
</bcontrols:SolutionExplorer>
Any thoughts?