The LargeChange property returns and sets the amount of change to the Value property setting in a scroll bar control—HScrollBar or VScrollBar—when a user clicks the area between the scroll box and scroll arrow.
object.LargeChange [= number]
Windows CE automatically sets proportional scrolling increments for scroll bars, ComboBox controls, and ListBox controls based on the amount of data in the object. However, for the HScrollBar and VScrollBar controls you must specify these increments.
You can specify an integer from 1 through 32,767. By default, each property is set to 1.
Typically, you set LargeChange at design time. You also can reset this property in code at run time when the scrolling increment must change dynamically.
Set the maximum and minimum ranges of the HScrollBar and VScrollBar controls with the Max and Min properties.