Terminal.Gui
1.0.0.0
Terminal.Gui.View
Scrollviews are views that present a window into a virtual space where children views are added. Similar to the iOS UIScrollView.
The subviews that are added to this scrollview are offset by the
ContentOffset property. The view itself is a window into the
space represented by the ContentSize.
Constructor
1.0.0.0
To be added.
To be added.
To be added.
Method
1.0.0.0
System.Void
The view to add to the scrollview.
Adds the view to the scrollview.
To be added.
Property
1.0.0.0
Terminal.Gui.Point
Represents the top left corner coordinate that is displayed by the scrollview
The content offset.
To be added.
Property
1.0.0.0
Terminal.Gui.Size
Represents the contents of the data shown inside the scrolview
The size of the content.
To be added.
Method
1.0.0.0
System.Void
To be added.
To be added.
Method
1.0.0.0
System.Boolean
To be added.
To be added.
To be added.
To be added.
Method
1.0.0.0
System.Void
To be added.
To be added.
To be added.
Method
1.0.0.0
System.Void
Removes all widgets from this container.
Method
1.0.0.0
System.Boolean
Number of lines to scroll.
Scrolls the view down.
true, if left was scrolled, false otherwise.
To be added.
Event
1.0.0.0
System.Action<Terminal.Gui.ScrollView>
This event is raised when the contents have scrolled
To be added.
Method
1.0.0.0
System.Boolean
Number of columns to scroll by.
Scrolls the view to the left
true, if left was scrolled, false otherwise.
To be added.
Method
1.0.0.0
System.Boolean
Number of columns to scroll by.
Scrolls the view to the right.
true, if right was scrolled, false otherwise.
To be added.
Method
1.0.0.0
System.Boolean
Number of lines to scroll.
Scrolls the view up.
true, if left was scrolled, false otherwise.
To be added.
Property
1.0.0.0
System.Boolean
Gets or sets the visibility for the horizontal scroll indicator.
true if show vertical scroll indicator; otherwise, false.
To be added.
Property
1.0.0.0
System.Boolean
/// Gets or sets the visibility for the vertical scroll indicator.
true if show vertical scroll indicator; otherwise, false.
To be added.