Returns the width of the scroll content
Returns the current visual scroll position
Increments the scroll value by the given amount
The pixel value by which to increment the scroll value
Wrapper method to add an event listener to the component's root element. This is most useful when listening for custom events.
Scrolls to the given pixel position
The pixel value to scroll to
Wrapper method to remove an event listener to the component's root element. This is most useful when unlistening for custom events.
Generated using TypeDoc
Fires a cross-browser-compatible custom event from the component root of the given type, with the given data.