Hi,
I have a MenuTool inside a XamRibbon. Inside this MenuTool there are more MenuTools and ButtonTools.
I would like to make the child MenuTools and ButtonTools look like they do when they are placed directly inside a XamRibbon.
Is there a way to do this?
Thanks.
There is no simple way to do that. Basically each item in the Items collection is represented by a ToolMenuItem. This emulates the behavior in Office where the children of a Menu are displayed as menu items.