# TrackBar

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.

{% hint style="info" %}
For a full list of properties, methods and events see the [API documentation.](http://docs.wisej.com/api)
{% endhint %}

## Features

### Vertical Orientation

The `TrackBar` control supports both horizontal and vertical orientations.

![TrackBar in horizontal and vertical orientations](/files/-MdOlNQG_ZNXMWSep4iN)

### Tick Controls

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

![TrackBar with different tick mark configurations](/files/-MdOmgqRsIajwtkDNfTi)

## Advanced

### JavaScript Widget

| Item             | Description                                                                                                                                                 |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Class name       | "wisej.web.TrackBar"                                                                                                                                        |
| Theme appearance | "slider", see [Themes](https://docs.wisej.com/theme-builder/theme-elements/elements).                                                                       |
| 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      | [https://github.com/iceteagroup/wisej-js](https://github.com/iceteagroup/wisej-js/blob/master/wisej.web.TextBox.js)                                         |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wisej.com/docs/controls/editors/trackbar.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
