This method scrolls the thumbnail images.

[Visual Basic] Public Function Scroll() As Boolean
[C#] public bool Scroll();

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

The Scroll method scrolls the thumbnail images. The size of the scroll steps depends on the value set in the ScrollStep property and the direction of the scroll depends on the value set in the ScrollDirection property. To execute this method, the appropriate values must be set in the ScrollStep and ScrollDirection properties.

See Also

Thumbnail Members | Newtone.ImageKit.Win.Thumbnail

 

The ImageKit.NET3 is created by Newtone Corporation