Enum SurfaceViewer.ScrollBarModes
Determines how the control draws the scroll bars.
Namespace: SadConsole.UI.Controls
Assembly: SadConsole.dll
Syntax
public enum SurfaceViewer.ScrollBarModes
Fields
| Name | Description |
|---|---|
| Always | Always draw the scroll bars on the control. |
| AsNeeded | Display the scroll bars if needed. |
| Never | Never show the scroll bars on the control. |