Table of Contents

Enum ScrollAmount

The possible sizes/directions to use for a scroll operation.

Namespace: HP.LFT.SDK.UIAPro
Assembly: HP.LFT.SDK.dll
Syntax
public enum ScrollAmount

Fields

Name Description
LargeDecrement

Specifies that scrolling is done in large decrements, equivalent to PageUp or clicking on a blank part of a scrollbar. equal to the current visible window.

LargeIncrement

Specifies that scrolling is done in large increments, equivalent to a PageDown or clicking on the track of a scrollbar component. equal to the current visible region.

SmallDecrement

Specifies that scrolling is done in small decrements, equivalent to pressing an arrow key or clicking the arrow button on a scrollbar.

SmallIncrement

Specifies that scrolling is done in small increments, equivalent to pressing an arrow key or clicking the arrow button on a scrollbar.