Table of Contents

Property VerticalScrollBar

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

VerticalScrollBar

Gets the vertical ScrollBar. This property is lazy-loaded and will not be created until it is accessed.

public ScrollBar VerticalScrollBar { get; }

Property Value

ScrollBar

Remarks

ViewportSettings controls how scrolling behaves for the View.

See ScrollBar for more information on how to use the ScrollBar.

See the Layout Deep Dive for more information: https://gui-cs.github.io/Terminal.Gui/docs/layout.html

///