TrackBar
Enables the user to choose between a range of values by sliding a small bar along another bar.
Last updated
Was this helpful?
Enables the user to choose between a range of values by sliding a small bar along another bar.
Last updated
Was this helpful?
The Wisej.NET TrackBar
is a scrollable control similar to the ScrollBar
. Configure value ranges by setting the Minimum
property for the lower end and the Maximum
property for the upper end.
The LargeChange
property defines the increment to add or subtract from the Value
property when clicking either side of the scroll box. The track bar displays horizontally or vertically.
Use this control to input numeric data through the Value
property, which can be displayed in a control or used in code.
For a full list of properties, methods and events see the API documentation.
The TrackBar
control supports both horizontal and vertical orientations.
The TrackBar
control allows customization of tick mark positions and count.
Class name
"wisej.web.TrackBar"
Theme appearance
Child components
"knob" is the slider handle. "begin" is the slider up to the knob. "end" is the slider after the knob. "bubble" is the popup shown while dragging the knob.
Source code
"slider", see .