Posted
on Mar 31, 2011
(permalink)
Hi Richard,
Thanks for the informative response. I guess the right way to do this, from the documentation, is to use an ImageList on the menu, right? In the Infragistcs menu system, I can just specify an image and the dimensions - which is nice, because I can use the same image throughout the application, and just scale it. I can use a 256x256 image anywhere in the application, and just scale it down to 24x24 for the menu - if I had to create 65 images in three different sizes, just so I could use them in three different places throughout the application, that would be really painful...
So, i could just create an ImageList and scale that, right? Then assign that to the RadMenu and provide an index into the ImageList instance for each of the RadMenuItems, yes?
Thanks,
Russ