Hi,
I want to use a ribbon group command because this group will be available on more than one conceptual tabs.
<ribbon:Group Command="commands:DesignCommands.ArrangeElementsGroup">
<local:RibbonArrangeElement></local:RibbonArrangeElement>
</ribbon:Group>
But now i get the icon at the right bottom in the group which allows the user to open the corresponding window/popup area. But in my case I do not have a window or popup.
How can I hide this icon?
I want to use a ribbon group command because this group will be available on more than one conceptual tabs.
<ribbon:Group Command="commands:DesignCommands.ArrangeElementsGroup">
<local:RibbonArrangeElement></local:RibbonArrangeElement>
</ribbon:Group>
But now i get the icon at the right bottom in the group which allows the user to open the corresponding window/popup area. But in my case I do not have a window or popup.
How can I hide this icon?