ScrollEventType 枚举

定义

指定用于引发 Scroll 事件的操作的类型。

public enum class ScrollEventType
[System.Runtime.InteropServices.ComVisible(true)]
public enum ScrollEventType
public enum ScrollEventType
[<System.Runtime.InteropServices.ComVisible(true)>]
type ScrollEventType = 
type ScrollEventType = 
Public Enum ScrollEventType
继承
ScrollEventType
属性

字段

名称 说明
SmallDecrement 0

滚动框移动了一小段距离。 用户单击左(水平)或上(垂直)滚动箭头,或按下向上键。

SmallIncrement 1

滚动框移动了一小段距离。 用户单击右(水平)或底部(垂直)滚动箭头,或按下向下键。

LargeDecrement 2

滚动框移动了很大的距离。 用户单击滚动框左侧(水平)或上方(垂直)滚动条,或按下 PAGE UP 键。

LargeIncrement 3

滚动框移动了很大的距离。 用户单击滚动框右侧(水平)或下方(垂直)滚动条,或按 PAGE Down 键。

ThumbPosition 4

滚动框已移动。

ThumbTrack 5

滚动框当前正在移动。

First 6

滚动框已移动到该 Minimum 位置。

Last 7

滚动框已移动到该 Maximum 位置。

EndScroll 8

滚动框已停止移动。

注解

此枚举由 ScrollEventArgs.Type 使用。

适用于

另请参阅