Skip to main content

ZoomTrackBarControl Class

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v25.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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.

image

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.

Inheritance

See Also