There is a similar post:MaximumSize of RadioButtonTool cannot be "ImageAndTextLarge"
Am I missing something - am unable to affect the size of the graphic
Example page:ApplicationMenu2010.xaml
If I change the MaximumSize="ImageAndTextNormal"
To
MaximumSize
="ImageAndTextLarge"
There is no change in the size of the graphic
<ig:ButtonTool MaximumSize="ImageAndTextNormal" Caption="{Binding Source={StaticResource Strings}, Path=XWR_SaveButton}" LargeImage="/Infragistics.Samples.Silverlight.Resources.LOB;component/Images/Samples/XamRibbon/Save32.png" SmallImage
="/Infragistics.Samples.Silverlight.Resources.LOB;component/Images/Samples/XamRibbon/Save16.png"/>
Thank you!
Hi,
You're perfectly right - the attribute shouldn't be there in the sample as it doesn't have any effect and it's misleading. I'll write up a bug about that.
Thanks for pointing that out!
Thank you Georgi for the quick reply!
This does beg the question: why the attribute was included in the sampleIt gave the impression it was able to be changed
So, the MaximumSize and MinimumSize properties will only affect the visual appearance of the ButtonTool when it's placed on the main ribbon surface (inside a Ribbon Tab). The visual state cannot be changed when the tool is placed on other locations, like the QuickAccessToolbar or the ApplicationMenu.
Hope that helps,