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
875
Our LargeImage size is 24x24
posted

Hi,

It looks like xamRibbon only supports 32x32 for the LargeImage size. Unfortunately our large image size is 24x24. We have hundreds of these icons, any of which can appear in the ribbon's application menu. Recreating all of these at 32x32 would be a major undertaking.

Is there any way to change the ribbon's large image size in xamRibbon? You can do this in the WinForm version of your ribbon control.

If not, any advice you can throw my way?

Thanks,
Jim Honeycutt

Parents
  • 54937
    Verified Answer
    Offline posted

    The sizes (width/height properties) of the image elements is actually determined in the xaml and not by any property on the xamRibbon so to change the size used by the elements you would need to create modified versions of the templates. We ship the default styles/templates with the product in the DefaultStyles directory so you could use that as the basis for creating your own modified templates.

Reply Children