Back to Devexpress

StepProgressBar.ScrollMode Property

windowsforms-devexpress-dot-xtraeditors-dot-stepprogressbar-553e7c06.md

latest2.6 KB
Original Source

StepProgressBar.ScrollMode Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(ScrollMode.Default)]
[DXCategory("Behavior")]
public ScrollMode ScrollMode { get; set; }
vb
<DefaultValue(ScrollMode.Default)>
<DXCategory("Behavior")>
Public Property ScrollMode As ScrollMode

Property Value

TypeDefaultDescription
ScrollModeDefault

The scrollbar style.

|

Available values:

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.

|

Remarks

The default behavior displays the scroll bar if the items do not fit inside the step progress bar. Use the LayoutMode property to manage the distribution of items inside the control.

See Also

ScrollToItem(StepProgressBarItem)

StepProgressBar Class

StepProgressBar Members

DevExpress.XtraEditors Namespace