Back to Devexpress

ScrollMode Enum

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-stepprogressbar-c86a2456.md

latest1.8 KB
Original Source

ScrollMode Enum

Contains values that specify the scrollbar’s styles.

Namespace : DevExpress.XtraEditors.Controls.StepProgressBar

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum ScrollMode
vb
Public Enum ScrollMode

Members

NameDescription
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.

|

The following properties accept/return ScrollMode values:

See Also

DevExpress.XtraEditors.Controls.StepProgressBar Namespace