I am working on silverlight application and I wanted to know how I can add Thumbnail
into different different view.
Basically this application is Photo Editing application, so what I am trying to do is
once my layout is ready i mean one sheet inside the images its my blank sheet.
so this view I want to see in a different different thumbnail.
thanks…
Jeff Prosise blogged a thumbnailer here. The basic principle is to take another
WritableBitmapand use itsRendermethod to render your image with a scale transform. You can then use this newWritableBitmapas the source for you thumbnail image control.