Hello,
I have a rather strange application that has a bunch of images (500+) png images under 1kb each. The data will come in as the file name 0001.png, 0002.png, 0003.png etc. The actual files will stored inside the application. The string coming in will be unknown in advance so they need to be drawn at runtime.
What control should I use to draw the images from left to right top to bottom. The widths change but the height remains the same for all the images.
What is the best control to use for this?
Thanks in advance!