Skip to main content
All docs
V25.1
  • 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.v25.1.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