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
80
ultratoolbarsmanager ribbon icon
posted

how can i align the imagen in the ribbon and its always to small . 

Parents
  • 7695
    Offline posted

    Hi Mauricio,

        What you are showing is for the Ribbon QuickAccess Toolbar(QAT). To ensure that you always use small images there, you can use the following property.
    ultraToolbarsMgr1.Ribbon.QuickAccessToolbar.Settings.UseLargeImages = DefaultableBoolean.False

    Additionally if you wanted to do it more globally for all of Ribbon, you can set the :
    ultraToolbarsMgr1.UseLargeImagesOnMenu = false
    ultraToolbarsMgr1.UseLargeImagesOnToolbar = false

    You mentioned Alignment, but I am not sure ini what way you wanted them aligned differently. If you can explain, I will see if there is someway we could help.

Reply Children