Represents a vertical scroll bar.
Creates a new VScrollBar. parent is the owner of the scroll bar.
VScrollBar
parent
A DOM element
An editor renderer
Sets the inner height of the scroll bar, in pixels.
The new inner height
Use setScrollHeight instead
Returns the width of the scroll bar.
Sets the height of the scroll bar, in pixels.
The new height
Sets the scroll height of the scroll bar, in pixels.
The new scroll height
Sets the scroll top of the scroll bar.
The new scroll top
Internal
Emitted when the scroll bar, well, scrolls. scroll
Generated using TypeDoc
Represents a vertical scroll bar.