Re: Working with TImageList




"JamesR" <wizzer90@xxxxxxxxxxx> wrote in message
news:1151500520.271047.6610@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
How do you work with differen't size images with a TImageList. You have
to set the Width and Height, so does this mean each file needs to be
stretched or cropped to fit? (I tried this and found an apparent Delphi
bug which I've posted).

tImageList is a wrapper for Windows image lists. By definition the images
must be the same size. See the Windows SDK help for more details.


.