Skip to main content

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.

Horizontal SlideBar

Vertical SlideBar

Advanced

JavaScript Widget

ItemDescription
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 codehttps://github.com/iceteagroup/wisej-js