ScrollEventType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public enum class ScrollEventType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ScrollEventType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ScrollEventType
Public Enum ScrollEventType
- 繼承
-
ScrollEventType
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
欄位
EndScroll | 8 | Thumb已拖曳到新的位置,現在不再由使用者拖曳。 |
First | 6 | |
LargeDecrement | 2 | Thumb移動了 LargeChange值所指定的距離。 Thumb會針對水準ScrollBar或垂直ScrollBar向上移動至左側。 |
LargeIncrement | 3 | Thumb移動了 LargeChange值所指定的距離。 Thumb會移至水準ScrollBar的右邊,或垂直ScrollBar的向下移動。 |
Last | 7 | |
SmallDecrement | 0 | Thumb移動SmallChange值所指定的距離。 Thumb會針對水準ScrollBar或垂直ScrollBar向上移動至左側。 |
SmallIncrement | 1 | Thumb移動SmallChange值所指定的距離。 Thumb會移至水準ScrollBar的右邊,或垂直ScrollBar的向下移動。 |
ThumbPosition | 4 | |
ThumbTrack | 5 | Thumb已拖曳並造成PointerMoved事件。 當ScrollBar中拖曳Thumb時,此 ScrollEventType 的Scroll事件可能會發生一次以上。 |