ScrollPatternIdentifiers class
Contains values used as identifiers by IScrollProvider, and also contains the NoScroll constant.
Inheritance
- Object
- ScrollPatternIdentifiers
Syntax
Attributes
- MarshalingBehaviorAttribute(Agile)
- StaticAttribute(Windows.UI.Xaml.Automation.IScrollPatternIdentifiersStatics, NTDDI_WIN8)
- ThreadingAttribute(Both)
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The ScrollPatternIdentifiers class has these types of members:
Methods
The ScrollPatternIdentifiers class inherits methods from the Object class.
Properties
The ScrollPatternIdentifiers class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Identifies the HorizontallyScrollable automation property. | |
| Read-only | Identifies the HorizontalScrollPercent automation property. | |
| Read-only | Identifies the HorizontalViewSize automation property. | |
| Read-only | Specifies that scrolling should not be performed. | |
| Read-only | Identifies the VerticallyScrollable automation property. | |
| Read-only | Identifies the VerticalScrollPercent automation property. | |
| Read-only | Identifies the VerticalViewSize automation property. |
Remarks
Classes such as ScrollPatternIdentifiers are the identifiers for the Windows Runtime implementation of a common provider pattern for Microsoft UI Automation. You might use these identifiers if you are implementing a Windows Runtime custom automation peer that reports support for IScrollProvider in its GetPattern implementation. These identifiers are needed for the RaisePropertyChangedEvent calls that you make from control code that references your own peer, or for FindItemByProperty in an items container peer.
This same pattern is usually exposed to clients in a different way, depending on which technology they use to implement the client and examine the UI Automation tree. IScrollProvider is also presented as a Component Object Model (COM) interface.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
See also
- IScrollProvider
- ScrollAmount
- ScrollViewerAutomationPeer
- Control patterns and interfaces
- Custom automation peers
Build date: 12/4/2012
