Enum ScrollMode
Defines constants that specify scrolling behavior for ScrollViewer and other parts involved in scrolling scenarios.
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public enum ScrollMode
Fields
| Name | Description |
|---|---|
| Auto | Scrolling is enabled but behavior uses a "rails" manipulation mode. |
| Disabled | Scrolling is disabled. |
| Enabled | Scrolling is enabled. |