Table of Contents

Enum ScrollType

The type of scrolling operation.

Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public enum ScrollType

Fields

Name Description
First

Move the scroll bar to its beginning.

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.