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
595
Image position for a ButtonTool
posted

Hi,

I have a ribbon with some ButtonTools on it.

Is there a way to show the images for the buttons on the left side of the text? currently it is located above the text.

Thanks,

Ziv

Parents
No Data
Reply
  • 6158
    Offline posted

    Hello Ziv,

    The layout of the image and text of tools within the Ribbon is fairly strict. The tool displayed in your image is in the "Large" state. In this state, the text is always below the image. However, if you change the tool size to be "Normal", the image is located to the left of the tool caption. This can be accomplished by setting either the PreferredToolSize property on the RibbonGroup or the PreferredSizeOnRibbon property on the tool's InstanceProps to "Normal".

    Note that when a tool is in its Large state, it will be sized to fill the height of the RibbonGroup. When it is in the Normal state, the tool is sized so it takes up 1/3 of the RibbonGroup's Height.

    I hope this helps. Let me know if you have any questions.

    Chris

Children