@qooxdoo/framework
Version:
The JS Framework for Coders
35 lines (22 loc) • 949 B
Markdown
ScrollBar
=========
The scroll bar widget exists as a custom qooxdoo scroll bar and a native browser scroll bar widget.
Which one is used as default can be controlled by the `qx.nativeScrollBars` setting.
Scroll bars are used e.g. by the scroll container. Usually a scroll bar is not used directly.
Preview Image
-------------

Features
--------
- Fully themable scroll bar (qooxdoo scroll bar)
- Size of the scroll bar knob can be adjusted
Demos
-----
Here are some links that demonstrate the usage of the widget:
- [Scroll bar demo](apps://demobrowser/index.html#widget~ScrollBar.html)
- [A simple scroll container demo](apps://demobrowser/#ui~ScrollContainer_Simple.html)
API
---
Here is a link to the API of the Widget:
[qx.ui.core.ScrollBar](apps://apiviewer/index.html#qx.ui.core.scroll.ScrollBar)
[qx.ui.core.NativeScrollBar](apps://apiviewer/index.html#qx.ui.core.scroll.NativeScrollBar)