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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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