Splitbutton with large icons in a ribbon gallery control

Ribbon for WPF Forum

Posted 15 years ago by John Kelly
Version: 9.1.0500
Avatar
Hi,

Is it possible to have a split button with a large icon in the Ribbon gallery control. In the 'Gallery In A Ribbon' sample I changed the Item template image to a split button but the images remains small. See below for changes made.

Thanks in advance

JK

<DataTemplate>
  <!-- <Image Margin="2" Source="{Binding BindsDirectlyToSource=True}" Stretch="None" /> -->
  <ribbon:SplitButton ImageSourceLarge="{Binding BindsDirectlyToSource=True}" />
</DataTemplate>

Comments (2)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi John,

Just add a VariantSize="Large" in there and that should do it.


Actipro Software Support

Posted 15 years ago by John Kelly
Avatar
Worked like a gem. Thanks.
The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.