Ribbongroup and command issue

Ribbon for WPF Forum

Posted 12 years ago by Arthur Damen
Version: 11.2.0551
Avatar
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?

Comments (2)

Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Arthur,

The ribbon:Group.Command property will trigger the dialog button to show on the group. When the button is clicked, that command is fired.

If you don't want that button, then you shouldn't set the Command property. No other action the user can take will ever fire the Command anyhow so setting it won't really do you any good.


Actipro Software Support

Posted 12 years ago by Arthur Damen
Avatar
to bad, because i wanted to use it for adding a label and images in such a way that i only had to specify it once and not for every group.
The latest build of this product (v24.1.2) was released 4 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.