This method scrolls the thumbnail images.
[Visual Basic] [ Boolean
= ]thumbcontrolname.Scroll
[Visual C++] [
BOOL = ]thumbcontrolname.Scroll()
Parameters
None
Return Value
Returns True (nonzero) when successful, returns False (0) when not successful.
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 ScrollVH property. To execute this method, the appropriate values must be set in the ScrollStep and ScrollVH properties.