ScrollAmount Enumeration
Contains values used by ScrollPattern to indicate the direction and distance to scroll.
Assembly: UIAutomationTypes (in UIAutomationTypes.dll)
| Member name | Description | |
|---|---|---|
| LargeDecrement | Specifies that scrolling is done in large decrements, equivalent to PageUp or clicking on a blank part of a scrollbar. If PageUp is not a relevant amount for the control and/or no scrollbar exists, the value represents an amount equal to the current visible window. | |
| LargeIncrement | Specifies that scrolling is done in large increments, equivalent to a PageDown or clicking on the track of a scrollbar component. If a PageDown is not a relevant amount for the control and/or no scrollbar exists, the value represents an amount equal to the current visible region. | |
| NoAmount | Specifies that scrolling should not be performed. | |
| SmallDecrement | Specifies that scrolling is done in small decrements, equivalent to pressing an arrow key or clicking the arrow button on a scrollbar. | |
| SmallIncrement | Specifies that scrolling is done in small increments, equivalent to pressing an arrow key or clicking the arrow button on a scrollbar. |
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0