I would like to display "thumbnails" of images in a MSFlexGrid. The pictures I have available are in general too large, so I need a method to convert the size.
I tried loading into a small Image control (setting Stretch=true) and then assigning the picture from this control to the cell in the MSFlexGrid, but that did not work.
Any ideas?
