ScrollPatternIdentifiers Class

Definition

Contains values used as identifiers for IScrollProvider.

public ref class ScrollPatternIdentifiers abstract sealed
public static class ScrollPatternIdentifiers
type ScrollPatternIdentifiers = class
Public Class ScrollPatternIdentifiers
Inheritance
ScrollPatternIdentifiers

Remarks

These identifiers are used by UI Automation providers. UI Automation client applications should use the equivalent fields in ScrollPattern.

Fields

HorizontallyScrollableProperty

Identifies the HorizontallyScrollable property.

HorizontalScrollPercentProperty

Identifies the HorizontalScrollPercent property.

HorizontalViewSizeProperty

Identifies the HorizontalViewSize property.

NoScroll

Specifies that scrolling should not be performed.

Pattern

Identifies the ScrollPattern pattern.

VerticallyScrollableProperty

Identifies the VerticallyScrollable property.

VerticalScrollPercentProperty

Identifies the VerticalScrollPercent property.

VerticalViewSizeProperty

Identifies the VerticalViewSize property.

Applies to

See also