I want to put 1 to nnn images arranged vertically one below the previous one untll all imageas are in a straight vertical column and be able to scroll up and down to see the images that are placed beyond the bottom border of the container.
What could I use for the container? I'm thinking WebBrowser control.
Like this:
What could I use for the container? I'm thinking WebBrowser control.
Like this:
Code:
+-------------+
| +---------+ |<--- Container w/Vertical Scrollbar
| | | |
| | Image 1 |<|---- Image
| | | |
| +---------+ |
| | | |
| | Image 2 | |
| | | |
| +---------+ |
| | | |
| | Image 3 | |
| | | |
| +---------+ |
| | | |
| | Image 4 | |
| | | |
| +---------+ |
+-------------+
| |
|Image n-1|<----- Image{s) that are
| | beyond the bottom
+---------+ border of container
| |
| Image n |
| |
+---------+