Enum ScrollAmount
The possible sizes/directions to use for a scroll operation.
public enum ScrollAmount
Fields
LargeDecrement = 3Specifies that scrolling is done in large decrements, equivalent to PageUp or clicking on a blank part of a scrollbar. equal to the current visible window.
LargeIncrement = 1Specifies that scrolling is done in large increments, equivalent to a PageDown or clicking on the track of a scrollbar component. equal to the current visible region.
SmallDecrement = 2Specifies that scrolling is done in small decrements, equivalent to pressing an arrow key or clicking the arrow button on a scrollbar.
SmallIncrement = 0Specifies that scrolling is done in small increments, equivalent to pressing an arrow key or clicking the arrow button on a scrollbar.