Table of Contents

Enum ScrollbarVisibility

Namespace
SharpConsoleUI.Controls
Assembly
SharpConsoleUI.dll

Specifies when scrollbars should be displayed.

public enum ScrollbarVisibility

Fields

Always = 1

Always show scrollbars regardless of content size.

Auto = 0

Show scrollbars only when content exceeds viewport.

Never = 2

Never show scrollbars.