ScrollType Enumeration
The type of scrolling operation.

C# Syntax

public enum ScrollType : System.Enum 
Members
MemberDescription
FirstMove the scroll bar to its beginning position.
LastMove the scroll bar to its end position.
LineDecrementDecrement the scroll by lines.
LineIncrementIncrement the scroll by lines.
PageDecrementDecrement the scroll by pages.
PageIncrementIncrement the scroll by pages.
SetSpecificLineMove the scroll bar to a specific position.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.ScrollType