Class ScrollBarView | Terminal.Gui v1 (original) (raw)
ScrollBarViews are views that display a 1-character scrollbar, either horizontal or vertical
public class ScrollBarView : View, IDisposable, ISupportInitializeNotification, ISupportInitialize
The scrollbar is drawn to be a representation of the Size, assuming that the scroll position is set at Position.
If the region to display the scrollbar is larger than three characters, arrow indicators are drawn.