TrackBar

Enables the user to choose between a range of values by sliding a small bar along another bar.

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.

Features

Vertical Orientation

The TrackBar control supports both horizontal and vertical orientations.

TrackBar in horizontal and vertical orientations

Tick Controls

The TrackBar control allows customization of tick mark positions and count.

TrackBar with different tick mark configurations

Advanced

JavaScript Widget

Item
Description

Class name

"wisej.web.TrackBar"

Theme appearance

"slider", see Themes.

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.

Last updated

Was this helpful?