Terminal.Gui
1.0.0.0
Terminal.Gui.View
ScrollBarViews are views that display a 1-character scrollbar, either horizontal or vertical
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.
Constructor
1.0.0.0
Frame for the scrollbar.
The size that this scrollbar represents.
The position within this scrollbar.
If set to true this is a vertical scrollbar, otherwize, the scrollbar is horizontal.
Initializes a new instance of the class.
To be added.
Event
1.0.0.0
System.Action
This event is raised when the position on the scrollbar has changed.
To be added.
Method
1.0.0.0
System.Boolean
To be added.
To be added.
To be added.
To be added.
Property
1.0.0.0
System.Int32
The position to show the scrollbar at.
The position.
To be added.
Method
1.0.0.0
System.Void
Region to be redrawn.
Redraw the scrollbar
To be added.
Property
1.0.0.0
System.Int32
The size that this scrollbar represents
The size.
To be added.