GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / ScrollSmallChange Property
Example





ScrollSmallChange Property (GdViewer)
Gets or sets a value to be added to or subtracted from the current scrollbar position when the scrollbar (both horizontal or vertical) is moved a small distance.
Syntax
'Declaration
 
Public Property ScrollSmallChange As Short
 

Property Value

The default value is 1.
Remarks
This value is used for both horizontal and vertical scrollbars in the same way.
Example
How to utilize this property in your GdViewer control.
'We assume that the GdViewer1 control has been properly integrated.
GdViewer1.ScrollLargeChange = 75
GdViewer1.ScrollSmallChange = 10
See Also