Enum ScrollType
The type of scrolling operation.
public enum ScrollType
Fields
First = 6Move the scroll bar to its beginning.
Last = 7Move the scroll bar to its end position.
LineDecrement = 0Decrement the scroll by lines.
LineIncrement = 1Increment the scroll by lines.
PageDecrement = 2Decrement the scroll by pages.
PageIncrement = 3Increment the scroll by pages.
SetSpecificLine = 4Move the scroll bar to a specific position.