C# Syntax
public enum ScrollType : System.Enum
Member | Description |
---|---|
First | Move the scroll bar to its beginning position. |
Last | Move the scroll bar to its end position. |
LineDecrement | Decrement the scroll by lines. |
LineIncrement | Increment the scroll by lines. |
PageDecrement | Decrement the scroll by pages. |
PageIncrement | Increment the scroll by pages. |
SetSpecificLine | Move the scroll bar to a specific position. |
System.Object
System.ValueType
System.Enum
HP.LFT.SDK.ScrollType