windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtrackbar-5b0a94e8.md
Gets or sets the way end-users can move this track bar’s thumb backwards or forwards with a specific ‘small change’ value.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Appearance")]
public virtual SmallChangeUseMode SmallChangeUseMode { get; set; }
<DXCategory("Appearance")>
Public Overridable Property SmallChangeUseMode As SmallChangeUseMode
| Type | Description |
|---|---|
| DevExpress.XtraEditors.Repository.SmallChangeUseMode |
A DevExpress.XtraEditors.Repository.SmallChangeUseMode enumerator value that specifies the way end-users can move this track bar’s thumb backwards or forwards by a specific ‘small change’ value.
|
You can specify the RepositoryItemTrackBar.SmallChange property to force the track bar thumb to move forwards or backwards, changing the editor value (TrackBarControl.Value) by a specific number greater than the default 1. Depending on the SmallChangeUseMode property value, this thumb behavior can be activated in two cases.
See Also