Back to Devexpress

Orientation and Direction

aspnet-10784-components-data-editors-aspxtrackbar-concepts-orientation-and-direction.md

latest2.0 KB
Original Source

Orientation and Direction

  • Jun 17, 2021

You can customize ASPxTrackBar’s orientation and direction to change its look-and-feel.

Orientation

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

Horizontal ModeVertical Mode

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 ModeReversed Mode

The ASPxTrackBar control supports the right to left layout for all directions and orientations.

See the following topic for details on how to change editor values: Value Selection.

See Also

Right to Left Support

Track Bar - FeaturesOnline Demo:

Value Selection