Table of Contents

Enum ScrollBarVisibilityMode

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Controls how a ScrollBar manages its own Visible state.

public enum ScrollBarVisibilityMode

Fields

Always = 2

The scrollbar is always visible regardless of content size.

Auto = 1

The scrollbar is automatically shown when ScrollableContentSize exceeds VisibleContentSize, and hidden otherwise.

Manual = 0

The scrollbar does not manage its own visibility. The developer controls Visible directly to show or hide the scrollbar. This is the default mode.

None = 3

The scrollbar is always hidden regardless of content size or ViewportSettingsFlags.