Container control for desktop app

HI, I need to achieve a simple thing - allow users to scroll through a series of images that are close to the size of the window. For example:

  1. window 600 x 400
  2. image size 560 x 360 (6 images)

Is it possible to have something like a container control where I can put these 6 images and the users can scroll through them?

I played with the container control but have no success so far.

Thank you in advance,

Val

You’re probably better off using the Canvas control and a Scrollbar. You’ll have to control the drawing in the canvas but it’s fairly trivial to grab the value of the scrollbar and change the starting point of where you start drawing the images.