The DOM element responsible for scrolling.
The DOM element responsible for scrolling.
This is where you can listen to scrolling events.
Coerce this scroller to a specific height in pixels.
The height to which to coerce.
Determine whether a point is inside the DOM element managed by this scroller.
Scrolls the window and scroller so that the rectangle is visible to the user. The rectangle coordinates must be relative to the scroller element.
This method tries to be the least disruptive it can: it will adjust the scroller and the window just enough to show the rectangle.
Generated using TypeDoc
Content scroller. This object is responsible for scrolling the GUI tree.