TrackBar

From HTML5 Builder
Jump to: navigation, search

The TrackBar component is a slider control to define a position along a continuum, the latter represented by a bar, optionally with tick marks.

At runtime, the position of the slider may be changed by dragging it or clicking on the bar. When the control has the focus, you can also move the slider using the arrow keys or the PageUp and PageDown keys.

Client-side Features

DOM Elements

The component generates the following client-side DOM elements:

Client-side Events

Documented in the RPCL Reference.

Server-side Features

Properties, Methods and Events

Documented in the RPCL Reference.

Help Resources

Sample Applications

In the following folders inside the sample applications directory you will find projects covering this component:

  • TrackBarDemo. Basic usage.