ScrollBar
Introduction
The scrollbar control harmonizes the usage of the browser scrollbar to
prevent different behavior across browsers. Also it fixes the IE9
problem which prevents scrolling when a scrollbar has no content.
The scrollbar can be used in two different modes:
- Pixel Mode: pixel-based mode that works if the content size to scroll is set. That is the common use case
- Step Mode: the content size is unknown and is calculated by the scrollbar control based on scroll step size of the browser.
Example
Vertical scrollbar in step mode
Horizontal scrollbar in pixel mode
API Documentation
See API documentation