This property sets the vertical value (in pixels) of the scroll for the image displayed in the ImageKit Control.

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

Property Value

The size of the scroll in pixels (must be 1 or more)

Explanation

The ScrollValueV property sets the vertical value (in pixels) of the scroll for the image displayed in the ImageKit Control. To scroll horizontally, set the ScrollValueH property. To scroll diagonally, set both of these properties. After setting these properties, execute the ScrollImage method.

These functions are particularly useful to link scrolling to a button click or other event. When the ScrollBar property is set to True to use scroll bars, the value of this property will be set into the SmallChange property for the scroll bars.

See Also

ImageKit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation