Enum ScrollEventType
Scroll Event Types
Namespace: EmptyKeys.UserInterface.Controls.Primitives
Assembly: EmptyKeys.UserInterface.dll
Syntax
public enum ScrollEventType
Fields
| Name | Description |
|---|---|
| EndScroll | The end scroll |
| First | The first |
| LargeDecrement | The large decrement |
| LargeIncrement | The large increment |
| Last | The last |
| SmallDecrement | The small decrement |
| SmallIncrement | The small increment |
| ThumbPosition | The thumb position |
| ThumbTrack | The thumb track |