ScrollBars

Implements the basic functionality of a scroll bar control.

Most controls that need scroll bars provide them automatically, such as multiline TextBox, ListBox, and ComboBox controls.

Use this control to implement scrolling in containers without built-in scroll bars (like PictureBox) or for numeric data input. The Minimum and Maximum properties set the range of selectable values. The LargeChange property controls the effect of clicking within the scroll bar area, while SmallChange determines the effect of clicking the scroll arrows.

For a full list of properties, methods and events see the API documentation.

Features

The ScrollBars control can be configured as either horizontal or vertical using the appropriate class.

ScrollBars control showing horizontal and vertical orientations

Advanced

JavaScript Widget

Item
Description

Class name

"wisej.web.HScrollBar" for the horizontal scrollbar. "wisej.web.VScrollBar" for the vertical scrollbar.

Theme appearance

"scrollbar", see Themes.

Child components

"slider" is the scroll container. "button-end" is the ending scroll button. "button-top" is the beginning scroll button. See JavaScript.

Last updated

Was this helpful?