
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
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>