I have an application that requires that I tile an array of picture/image
objects populated w/ single-page TIFFs. I need to be able to change the
"thumbnail" size setting from the traditional thumbnail size to as much as 4
1/4 X 5 1/2. I want these controls to "wrap" at the form border based on how
many will fit on a line, and have a scroll bar that can be used to navigate
up and down when there are more controls than will fit on the screen. I plan
to create the control array early in the process to match the total number
of images I'm going to have to scroll through.
Has anyone had experience with this type of case? Any tips on great features
in VS2008 that will make this easier? Does anyone have sample code that will
perform any of this? I'm trying not to reinvent the wheel.