1
Reply

Getting Exception: 'ImageSize.Width' should be between 1 and 256

tom

tom

Jun 21 2008 7:27 AM
7.6k
Hi All, I am adding an image (having Dimensions: 467x467) to an ImageList and setting the size of image list equal to this image as: myImageList.ImageSize=myImage.Size; but I am getting the exception: 'ImageSize.Width' should be between 1 and 256. Is it possible to have an Image in the ImageList of bigger Size than 256, or any other workaround. Thanks.

Answers (1)