ScrollAmount
ScrollAmount
ScrollAmount
ScrollAmount
Enum
Definition
Contains values that are used by the IScrollProvider pattern to indicate the direction and distance to scroll.
public : enum class ScrollAmountpublic enum ScrollAmountPublic Enum ScrollAmount// This API is not available in Javascript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| LargeDecrement LargeDecrement LargeDecrement LargeDecrement | Specifies that scrolling is performed in large decrements, which is equivalent to pressing the PAGE UP key or to clicking a blank part of a scrollbar. If the distance represented by the PAGE UP key is not a relevant amount for the control, or if no scrollbar exists, the value represents an amount equal to the size of the currently visible window. |
| LargeIncrement LargeIncrement LargeIncrement LargeIncrement | Specifies that scrolling is performed in large increments, which is equivalent to pressing the PAGE DOWN key or to clicking a blank part of a scrollbar. If the distance represented by the PAGE DOWN key is not a relevant amount for the control, or if no scrollbar exists, the value represents an amount equal to the size of the currently visible region. |
| NoAmount NoAmount NoAmount NoAmount | Specifies that scrolling should not be performed. |
| SmallDecrement SmallDecrement SmallDecrement SmallDecrement | Specifies that scrolling is performed in small decrements, which is equivalent to pressing an arrow key or to clicking the arrow button on a scrollbar. |
| SmallIncrement SmallIncrement SmallIncrement SmallIncrement | Specifies that scrolling is performed in small increments, which is equivalent to pressing an arrow key or to clicking the arrow button on a scrollbar. |