This property sets the size of the scroll step.
[Visual
Basic] thumbcontrolname.ScrollStep [
= Integer ]
[Visual C++] [
short = ]thumbcontrolname.GetScrollStep()
thumbcontrolname.SetScrollStep(short Val)
thumbcontrolname.SetScrollStep(short Val)
Property Value
The scroll size for thumbnail control in number of rows or columns
Explanation
The ScrollStep property sets the size of the scroll step for the thumbnail control. By setting this property to positive values, the scroll moves forward, by setting it to negative values, the scroll moves backward. The ScrollVH property determines if the scroll moves horizontally or vertically.
Setting this value
This value can be set at design-time and run-time.Retrieving this value
This value can be retrieved at run-time.