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.v26.1.dll
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