This property sets the size of the scroll step.

[Visual Basic]Public Property ScrollStep As Integer
[C#]public int ScrollStep {get; set;}

Property Value

The scroll size for Thumbnail Control in number of rows or columns

The default value is 1

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 ScrollDirection property determines if the scroll moves horizontally or vertically.

See Also

Thumbnail Members | Newtone.ImageKit.Win.Thumbnail

 

The ImageKit.NET3 is created by Newtone Corporation