ScrollType Enum

Definition

Specifies the scrolling that will occur when the one of the Scroll methods in the AxisScaleView class is called.

public enum class ScrollType
public enum ScrollType
type ScrollType = 
Public Enum ScrollType
Inheritance
ScrollType

Fields

First 4

Data is scrolled to the first displayed view.

LargeDecrement 2

The data view is decreased by one large scrolling interval.

LargeIncrement 3

The data view is increased by one large scrolling interval.

Last 5

Data is scrolled to the last displayed view.

SmallDecrement 0

The data view is decreased by one small scrolling interval.

SmallIncrement 1

The data view is increased by one small scrolling interval.

Remarks

The ScrollType enumeration is used with one of the Scroll methods to specify the direction and amount of scrolling.

Applies to