Wisej.NET
Ask or search…
K

ScrollBars

Implements the basic functionality of a scroll bar control.
Most controls that need scroll bars already provide them and do not require this control. This is true of a multiline TextBox control, a ListBox, and a ComboBox, for example.
You can use this control to implement scrolling in containers that do not provide their own scroll bars such as a PictureBox or for user input of numeric data. The numeric data can be displayed in a control or used in code. The Minimum and Maximum properties determine the range of values the user can select. The LargeChange property determines the effect of clicking within the scroll bar but outside the scroll box. The SmallChange property determines the effect of clicking the scroll arrows at each end of the control.
For a full list of properties, methods and events see the API documentation.

Features

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.
Source Code
Last modified 2yr ago