Re: How might I display thumbnails of images...
- Posted by DerekParnell (admin) Jul 11, 2009
- 891 views
lockiedownunder said...
Yeah ListView will work if I can make the icons bigger. Say about 80 x 80.
Ok, then make a pixmap with the 80x80 bitmaps drawn in an array fashion then a child window with scrollbars and have it's paint event draw appropriate section of the pixmap on the window's background. The scrollbars would only be needed if the entire set of bitmaps couldn't been seen in the window, of course.