Enum ScrollbarVisibility
- Namespace
- SharpConsoleUI.Controls
- Assembly
- SharpConsoleUI.dll
Specifies when scrollbars should be displayed.
public enum ScrollbarVisibility
Fields
Always = 1Always show scrollbars regardless of content size.
Auto = 0Show scrollbars only when content exceeds viewport.
Never = 2Never show scrollbars.