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
Hello Jim,
The ImageSizeSmall sets the actual size for the items images, the ImageSizeLarge sets the size for the Groups images.
So if you set the ImageSizeSmall to 24x24 you will get the result you want.
Please let me know if you have more questions.
Sincerely,
Matteo
Support Developer Engineer
Hello Matteo,
Thanks for the reply. What I was hoping was to allow the ExplorerBarGroups to have the ImageSizeLarge set to 32x32 but allow the ExplorerBarItems to be set to 24x24. I could find only one place to set the image size which affected both the groups and the items.
Regards,
Have you been able to set the size for the images in the way you need?
Sincerely,MatteoDeveloper Support EngineerInfragisticswww.infragistics.com/support
Matteo,
You can go ahead and close this.
This case will be closed in three business days if you don't have any more questions on this matter.
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.