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.
Features
The ScrollBars
control can be configured as either horizontal or vertical using the appropriate class.

Advanced
JavaScript Widget
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.
Source code
Last updated
Was this helpful?