Skip to main content

TrackBarControl.AutoSize Property

Gets or sets whether the track bar’s size is automatically calculated, based on its look and feel settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override bool AutoSize { get; set; }

Property Value

Type Description
Boolean

true to allow a track bar to automatically calculate its size; otherwise, false.

Remarks

This property is in sync with the RepositoryItemTrackBar.AutoSize property. See this topic to learn more.

See Also