ScrollPatternIdentifiers Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Contains values used as automation property identifiers specifically for properties of the IScrollProvider pattern, as well as the NoScroll constant.
Assembly: System.Windows (in System.Windows.dll)
The ScrollPatternIdentifiers type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | HorizontallyScrollableProperty | Identifies the HorizontallyScrollable automation property. |
![]() ![]() | HorizontalScrollPercentProperty | Identifies the HorizontalScrollPercent automation property. |
![]() ![]() | HorizontalViewSizeProperty | Identifies the HorizontalViewSize automation property. |
![]() ![]() | NoScroll | Specifies that scrolling should not be performed. |
![]() ![]() | VerticallyScrollableProperty | Identifies the VerticallyScrollable automation property. |
![]() ![]() | VerticalScrollPercentProperty | Identifies the VerticalScrollPercent automation property. |
![]() ![]() | VerticalViewSizeProperty | Identifies the VerticalViewSize automation property. |
Show:

