Currently our image viewers only display one image at a time. We do have plans for a control that will allow you to scroll through a collection of images, but there is no timetable set for its release.
The ThumbnailView can almost be used for this purpose since the thumbnail size can be set quite large, but you have to be careful not to load too many images and run into memory issues. You can get an idea of what this would look like by running our "Folder ThumbnailView Demo" and changing the size (plus/minus toolbar item) to 512 or larger. The main problem is that all images need to be close to the same size for it to look good.
Glenn Chittenden Jr.
Atalasoft Development Team