Skip to main content
A newer version of this page is available. .

Orientation and Direction

ASPxTrackBar’s look-and-feel can be different: you can customize its orientation and direction layout.

 

Orientation

ASPxTrackBar supports two orientation modes that can be specified with the ASPxTrackBar.Orientation property: horizontal and vertical. The default orientation is horizontal.

Horizontal Mode Vertical Mode
trackbar_concepts_HorzVertDisplay0 trackbar_concepts_HorzVertDisplay2.png

 

Direction

ASPxTrackBar can be displayed in a normal or reversed mode that is controlled by the ASPxTrackBar.Direction property. In the reversed mode, the ASPxTrackBar direction (from ASPxTrackBar.MinValue to ASPxTrackBar.MaxValue) turns from left to right to right to left (or from up to down to down to up if it is in a vertical orientation mode).

Normal Mode Reversed Mode
trackbar_concepts_NormalReverseDisplay0 trackbar_concepts_NormalReverseDisplay2.png

The ASPxTrackBar control supports the right to left layout in all direction and orientation modes.

To learn how to change editor values, see Value Selection.

See Also