mrdutchie Posted July 29, 2003 Posted July 29, 2003 Hello, I have a imagelist that contains a few icons,and they are all set to imagesize 32,32 Now I want to have a few icons smaller from that library like 10,10 I tried imagelist.ImageSize.Height.parse("10") and some other OutlookIcons.ImageSize.Height.xxx combinations, but I am not getting it to work. Please advise. Many Thanks Quote
*Experts* Volte Posted July 29, 2003 *Experts* Posted July 29, 2003 ImageLists can have only one size. If you want other sizes, make other ImageLists (or make your own ImageList component which supports multiple sizes). Quote
mrdutchie Posted July 29, 2003 Author Posted July 29, 2003 I was afraid for that :( ImageLists can have only one size. If you want other sizes, make other ImageLists (or make your own ImageList component which supports multiple sizes). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.