Enum ScrollViewerAction
Describes actions for Scroll Viewer
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public enum ScrollViewerAction
Fields
| Name | Description |
|---|---|
| None | The none |
| ScrollToBottom | The scroll to bottom |
| ScrollToLeft | The scroll to left |
| ScrollToPoint | The scroll to point |
| ScrollToRight | The scroll to right |
| ScrollToTop | The scroll to top |