Skip to main content
All docs
V25.1
  • ScrollMode Enum

    Contains values that specify the scrollbar’s styles.

    Namespace: DevExpress.XtraEditors.Controls.StepProgressBar

    Assembly: DevExpress.XtraEditors.v25.1.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