Property VerticalScrollBar
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
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
///