In This Topic
Scrolls the thumbnail viewer to the specified thumbnail.
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
var value; // Type: any
// Parameters
var index; // Type: number
value = instance.scrollTo(index);
function scrollTo(
: number
) : any;
Parameters
- index
- Zero-based thumbnail index.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also