Skip to main content
A newer version of this page is available. .

StepProgressBar.ScrollMode Property

Gets or ses the scrollbar style. Step Progress Bar displays a scroll bar when its StepProgressBar.LayoutMode equals Fixed and there is not enough space to display all of the control items.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(ScrollMode.Default)]
[DXCategory("Behavior")]
public ScrollMode ScrollMode { get; set; }

Property Value

Type Default Description
DevExpress.XtraEditors.Controls.StepProgressBar.ScrollMode Default

The scrollbar style.

See Also