Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
190
MaximumSize of RadioButtonTool cannot be "ImageAndTextLarge"
posted

Hi,

i've a problem with the maximumsize property of the radiobuttontool. When i set it to "ImageAndTextLarge", the button keep its normal size. An easy way to test it : Put the following in a RibbonGroup element : 

<

 

 

igRibbon:RadioButtonTool Caption="1" MaximumSize="ImageAndTextLarge" MinimumSize="ImageAndTextLarge"/>

 

 

 

 

 

<igRibbon:ButtonTool Caption="2" MaximumSize="ImageAndTextLarge" MinimumSize

="ImageAndTextLarge"/>

 

 

 

 

<igRibbon:ButtonTool Caption="3" MaximumSize="ImageAndTextNormal" MinimumSize

="ImageAndTextNormal"/>

I think it's a bug, am I wrong ? Is there a workaround for this ?

thanx a lot.