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
65
Image size for ButtonTool inside MenuTool
posted

Let's say we have a structure similar to:

<igRibbon:RibbonGroup>
<igRibbon:MenuTool >
<igRibbon:ButtonTool />
<igRibbon:ButtonTool />
</igRibbon:MenuTool >
</igRibbon:RibbonGroup>

How would you set the ButtonTool images to have a size similar to the ones on the picture below:

The best that I am able to do is this (using igRibbon:MenuToolBase.MenuItemDescription) but the images for the ButtonTools inside the MenuTool are too small:

Any suggestions?