Just want to make sure I understand...
Is it true that the ImageSizeSmall and ImageSizeLarge settings control both the image size as displayed in the ExplorerBarGroups and ExplorerBarItems?
For our groups, I'm using ImageSizeLarge=32x32 and ImageSizeSmall=16x16. I'd like to be able to display items using 24x24 images without changing the image size for the groups. Is this possible?
Thanks,
Jim
Matteo,
You can go ahead and close this.
Regards,
Hello Jim,
This case will be closed in three business days if you don't have any more questions on this matter.
Sincerely,MatteoDeveloper Support EngineerInfragisticswww.infragistics.com/support
Do you have any more questions about this matter?
If I understood correctly you want the image's size of each group stored separately, so that every time you open a different group the images size for that particular group is the same of the last time you opened it.
The attached program does just that. To obtain this functionality I had to write some code, but not much.
I cannot send a file more than 200KB, so I had to cut on the images for the groups, but it is not relevant for the purpose of the program.
Please let me know if you have more questions about this matter.
I spoke too soon. This doesn't work because there are multiple groups and each group's fonts can be changed independently. The suggested solution affects all groups.