SlideBar
The SlideBar control can be used to show data in a Horizontal or Vertical format. The control features two customizable scroll bars and a panel on the inside that can be used to host an unlimited number of controls.
tip
The ScrollStep property specifies how many pixels to scroll on each click.
info
For a full list of properties, methods and events see the API documentation.
Features
Orientation
The SlideBar control can be customized to show a collection of any type of control in a Horizontal or Vertical format by setting the Orientation property.
Advanced
JavaScript Widget
| Item | Description |
|---|---|
| Class name | "wisej.web.SlideBar" |
| Theme appearance | "slidebar", see Themes. |
| Child components | "pane" is the container. "scrollbar-x" and "scrollbar-y" are the horizontal and vertical scrollbars. See JavaScript. |
| Source code | https://github.com/iceteagroup/wisej-js |