ImageGear .NET - Updated
ThumbnailView class
Members  

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : ThumbnailView class
This is an ASP.NET client control for viewing thumbnails.
Syntax
ASP.NET Ajax Javascript (Specification) 
ImageGear.Web.UI.ThumbnailView = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new ImageGear.Web.UI.ThumbnailView();
Remarks

This ASP.NET client control is a thumbnail viewer. This control represents a single thumbnail, so in normal applications, you will need to have one ThumbnailView control on your page for each thumbnail you wish to display.

While it is possible to create an instance of this control using client-side JavaScript, you will normally create it by placing a server-side ThumbnailView control on an aspx page. If you wish to create an instance of this control using client-side JavaScript, take the following steps:

Inheritance Hierarchy

Object
   Sys.Component
      Sys.UI.Control
         ImageGear.Web.UI.ThumbnailView

See Also

Reference

ThumbnailView Members
ImageGear.Web.UI Namespace