Is it possible to set a minimum size for the Quick Access Toolbar for the Infragistics ribbon? Some of our users are using laptops with very high resolution and the icons on the ribbon in our application become incredibly tiny on the QAT.
I know how to change the icon sizes and set minimum/maximum sizes for the ribbon, but not the QAT.
Any help would be appreciated,
Terry
I am using infragistics 16.1. I m facing difficulty in changing size of QAT tools as well as ribbon button tools. Please help.
Thank you for the quick reply.
Hi Terry,
Thank you for posting in our forums.
You can change the size of the images in the QAT by first disabling the Office2007UICompatibility of the control and then setting the ImageSizeSmall to a size that fulfils your needs. For example, with the following two lines the size of the images will be 24x24 pixels:
this.ultraToolbarsManager1.Office2007UICompatibility = false;
this.ultraToolbarsManager1.ImageSizeSmall = new Size(24, 24);
Please let me know if you have any additional questions.
Sorry, I just realized I didn't provide additional information: this is for Infragistics v15.2