SlideBar
Displays child controls vertically or horizontally in a scrollable container.
Last updated
Was this helpful?
Displays child controls vertically or horizontally in a scrollable container.
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.
The ScrollStep property specifies how many pixels to scroll on each click.
For a full list of properties, methods and events see the API documentation.
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.


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
Last updated
Was this helpful?
Was this helpful?

