Skip to main content

StepProgressBar.ScrollToItem(StepProgressBarItem) Method

When the StepProgressBar.LayoutMode property equals “Fixed”, items can be displayed outside the current visible region. The control displays a scroll bar that allows users to access these items. The ScrollToItem method allows you to scroll the control up or down to make a specific item visible.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void ScrollToItem(
    StepProgressBarItem item
)

Parameters

Name Type Description
item StepProgressBarItem

An item that should be visible in the current client area of a control.

See Also