Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ScrollPatternIdentifiers Class

 

Contains values used as identifiers for IScrollProvider.

Namespace:   System.Windows.Automation
Assembly:  UIAutomationTypes (in UIAutomationTypes.dll)

System.Object
  System.Windows.Automation.ScrollPatternIdentifiers

Public NotInheritable Class ScrollPatternIdentifiers

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticHorizontallyScrollableProperty

Identifies the HorizontallyScrollable property.

System_CAPS_pubfieldSystem_CAPS_staticHorizontalScrollPercentProperty

Identifies the HorizontalScrollPercent property.

System_CAPS_pubfieldSystem_CAPS_staticHorizontalViewSizeProperty

Identifies the HorizontalViewSize property.

System_CAPS_pubfieldSystem_CAPS_staticNoScroll

Specifies that scrolling should not be performed.

System_CAPS_pubfieldSystem_CAPS_staticPattern

Identifies the ScrollPattern pattern.

System_CAPS_pubfieldSystem_CAPS_staticVerticallyScrollableProperty

Identifies the VerticallyScrollable property.

System_CAPS_pubfieldSystem_CAPS_staticVerticalScrollPercentProperty

Identifies the VerticalScrollPercent property.

System_CAPS_pubfieldSystem_CAPS_staticVerticalViewSizeProperty

Identifies the VerticalViewSize property.

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

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft