how can i align the imagen in the ribbon and its always to small .
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 = falseultraToolbarsMgr1.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.
i mean the icon on the top right... it dosent look alignment vertical middle. the applicat|ionmenubuttonimage
thx for your help
i ment top left
thx it really help me.
There is no property to adjust the positioning of that image. If you use a 32x32 pixel image, you can position your logo in the center of that and that will get the effect that you are looking for.
Let me know if that helps,