ScrollBars
Implements the basic functionality of a scroll bar control.
Last updated
Was this helpful?
Implements the basic functionality of a scroll bar control.
Last updated
Was this helpful?
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.
The ScrollBars
control can be configured as either horizontal or vertical using the appropriate class.
Class name
"wisej.web.HScrollBar" for the horizontal scrollbar. "wisej.web.VScrollBar" for the vertical scrollbar.
Theme appearance
Child components
Source code
"scrollbar", see .
"slider" is the scroll container. "button-end" is the ending scroll button. "button-top" is the beginning scroll button. See .