Table of Contents

Enum ScrollAmount

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

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

public enum ScrollAmount

Fields

LargeDecrement = 3

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 = 1

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 = 2

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

SmallIncrement = 0

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