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

ZoomTrackBarControl Class

The slider with the ‘+’ and ‘-‘ buttons.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "ZoomTrackBarControl")]
public class ZoomTrackBarControl :
    TrackBarControl

The following members return ZoomTrackBarControl objects:

Remarks

ZoomTrackBarControl allows you to create zoom bars similar to those found in Microsoft Office applications. The control’s ‘-‘ and ‘+’ buttons move the scroll thumb to the left and right, respectively.

Demo: Zoom Track Bar module in the XtraEditors MainDemo

The control’s main settings include:

See the DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar class members for additional settings.

See Also