Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TrackBarEdit

You can change the operation mode of a trackbar editor by using the BaseEdit.StyleSettings property. To apply specific settings, assign the BaseEdit.StyleSettings property of a trackbar editor to one of the objects listed in the table below.

Operation Mode

Settings object

Description

Default

TrackBarStyleSettings

A scrollable control that allows end-users to select a value by sliding a small thumb along the scale.

TrackBarEdit_NativeStyle

Range

TrackBarRangeStyleSettings

A range track bar that allows end-users to specify a range of values.

TrackBarEdit_RangeStyle

Zoom

TrackBarZoomStyleSettings

A track bar with increment/decrement buttons.

TrackBarEdit_ZoomStyle

Zoom and Range

TrackBarZoomRangeStyleSettings

A range track bar with increment/decrement buttons.

TrackBarEdit_ZoomRangeStyle

See Also