Table of Contents

Enum ScrollType

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

The type of scrolling operation.

public enum ScrollType

Fields

First = 6

Move the scroll bar to its beginning.

Last = 7

Move the scroll bar to its end position.

LineDecrement = 0

Decrement the scroll by lines.

LineIncrement = 1

Increment the scroll by lines.

PageDecrement = 2

Decrement the scroll by pages.

PageIncrement = 3

Increment the scroll by pages.

SetSpecificLine = 4

Move the scroll bar to a specific position.