1
Answer

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

Ask a question
tom

tom

16y
7.6k
1
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)