Property VerticalScrollBar | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

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

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

Edit this page