Hi.
I'm using the ButtonTool in XamRibbon. I'd like to have some button with larger appearance than others. For this I've tried to increase the buttons height but found out the buttons image and content do not increase respectively. Is there a way in which I'd be able to increase my icons?
Thanks,
Izhar Lotem
You could retemplate the elements to handle that but as I indicated that would be a violation of your license agreement with Microsoft to utilize the Office Ribbon UI.
Thanks for the reply. if I attached igRibbon:RibbonGroup.MinimumSize="ImageAndTextLarge" then Image set small. Wen I attached igRibbon:RibbonGroup.MaximumSize="ImageAndTextLarge" then lo
Image set large but my text in centered below the image. If I want to set large image in left of text , can I
use template.
thanks
The licensing and Microsoft UI Guidelines for the Ribbon is rather specific about what is and isn't allowed in the ribbon ui so you may want to refer to that to know what you are allowed to do. That states that with regards to large images/controls the text must be centered below the image. In the xamRibbon if you want a ButtonTool to display a large image you would set the attached RibbonGroup.MinimumSize property to ImageAndTextLarge. Note this will only work when the tool is within a ToolHorizontalWrapPanel or a ToolVerticalWrapPanel (or directly within the ribbon group as its default panel is a ToolVerticalWrapPanel).
Im new use infragistics. I have a problem when design ribbon:
-I display some ButtonTool in a line with the text in the right of image so image is 16*16.
I want all Image display 32*32. Please help me . Thanks
Solved. I''ve removed all Infragistic references and add them again.