I'm looking for some ideas on how to display a list of digital photos within my application. The reason for the list of digital photos is so users can drag and drop one or more images on a detail container as a way of attaching additional documentation (in the form of photos) to a record.
Here are the approaches I'm considering:
1. Displaying images in a 1 column grid using a container control that displays image, file name, and some image properties (size, datetime, etc)
2. Using a vertically 'scrollable' container with an image control for every image
3. Using a vertical container with a fixed number of image controls (enough to cover the visible area of the container) that uses logic to move/update the image controls on a scroll event
4. Embedding a webbrowser control or "shell.explorer.2" control configured to display images as thumbnails
Feedback appreciated!
Malcolm
Here are the approaches I'm considering:
1. Displaying images in a 1 column grid using a container control that displays image, file name, and some image properties (size, datetime, etc)
2. Using a vertically 'scrollable' container with an image control for every image
3. Using a vertical container with a fixed number of image controls (enough to cover the visible area of the container) that uses logic to move/update the image controls on a scroll event
4. Embedding a webbrowser control or "shell.explorer.2" control configured to display images as thumbnails
Feedback appreciated!
Malcolm