Skip to main content
All docs
V23.2

ScrollMode Enum

Contains values that specify the scrollbar’s styles.

Namespace: DevExpress.XtraEditors.Controls.StepProgressBar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum ScrollMode

Members

Name Description
Default

The same as Fluent scroll mode.

Visible

The application’s default scrollbar. The scrollbar is always visible.

Use the ScrollUIMode property to change the application’s scroll bar style.

Auto

The application’s default scrollbar. The scrollbar is visible if the items don’t fit inside the step progress bar.

Use the ScrollUIMode property to change the application’s scroll bar style.

Hidden

Hides the scrollbar.

Touch

This member is not supported.

Fluent

The Fluent Design-inspired scroll bar.

Related API Members

The following properties accept/return ScrollMode values:

See Also