ScrollPatternIdentifiers
ScrollPatternIdentifiers
ScrollPatternIdentifiers
ScrollPatternIdentifiers
Class
Definition
Contains values used as identifiers by IScrollProvider, and also contains the NoScroll constant.
public : sealed class ScrollPatternIdentifiers : IScrollPatternIdentifierspublic sealed class ScrollPatternIdentifiers : IScrollPatternIdentifiersPublic NotInheritable Class ScrollPatternIdentifiers Implements IScrollPatternIdentifiers// This API is not available in Javascript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
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 Microsoft UI Automation tree. IScrollProvider is also presented as a Component Object Model (COM) interface.
Properties
HorizontallyScrollableProperty HorizontallyScrollableProperty HorizontallyScrollableProperty HorizontallyScrollableProperty
Identifies the HorizontallyScrollable automation property.
public : static AutomationProperty HorizontallyScrollableProperty { get; }public static AutomationProperty HorizontallyScrollableProperty { get; }Public Static ReadOnly Property HorizontallyScrollableProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
HorizontalScrollPercentProperty HorizontalScrollPercentProperty HorizontalScrollPercentProperty HorizontalScrollPercentProperty
Identifies the HorizontalScrollPercent automation property.
public : static AutomationProperty HorizontalScrollPercentProperty { get; }public static AutomationProperty HorizontalScrollPercentProperty { get; }Public Static ReadOnly Property HorizontalScrollPercentProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
HorizontalViewSizeProperty HorizontalViewSizeProperty HorizontalViewSizeProperty HorizontalViewSizeProperty
Identifies the HorizontalViewSize automation property.
public : static AutomationProperty HorizontalViewSizeProperty { get; }public static AutomationProperty HorizontalViewSizeProperty { get; }Public Static ReadOnly Property HorizontalViewSizeProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
NoScroll NoScroll NoScroll NoScroll
Specifies that scrolling should not be performed.
public : static double NoScroll { get; }public static double NoScroll { get; }Public Static ReadOnly Property NoScroll As double// This API is not available in Javascript.
- Value
- double double double double
The value – 1. This is the value to return if a client asks for the scrolling percentage, but scrolling is not enabled.
VerticallyScrollableProperty VerticallyScrollableProperty VerticallyScrollableProperty VerticallyScrollableProperty
Identifies the VerticallyScrollable automation property.
public : static AutomationProperty VerticallyScrollableProperty { get; }public static AutomationProperty VerticallyScrollableProperty { get; }Public Static ReadOnly Property VerticallyScrollableProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
VerticalScrollPercentProperty VerticalScrollPercentProperty VerticalScrollPercentProperty VerticalScrollPercentProperty
Identifies the VerticalScrollPercent automation property.
public : static AutomationProperty VerticalScrollPercentProperty { get; }public static AutomationProperty VerticalScrollPercentProperty { get; }Public Static ReadOnly Property VerticalScrollPercentProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
VerticalViewSizeProperty VerticalViewSizeProperty VerticalViewSizeProperty VerticalViewSizeProperty
Identifies the VerticalViewSize automation property.
public : static AutomationProperty VerticalViewSizeProperty { get; }public static AutomationProperty VerticalViewSizeProperty { get; }Public Static ReadOnly Property VerticalViewSizeProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.