I have a wxImageList initialized with size 96 x 96, when I am adding
bitmaps of 96 x 72 to the list, the action succeeds, with the image
displayed aligned to the top. But when I attempt to add a bitmap of 72 x
96 into the list, I got an error from wxPython that the given image can
not be added to wxImageList object.
Why does wxImageList accepts one size while rejecting the other?
Hong Yuan