Back to Devexpress

StepProgressBar.ScrollToItem(StepProgressBarItem) Method

windowsforms-devexpress-dot-xtraeditors-dot-stepprogressbar-dot-scrolltoitem-x28-devexpress-dot-xtraeditors-dot-stepprogressbaritem-x29.md

latest1.6 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void ScrollToItem(
    StepProgressBarItem item
)
vb
Public Sub ScrollToItem(
    item As StepProgressBarItem
)

Parameters

NameTypeDescription
itemStepProgressBarItem

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

|

See Also

StepProgressBar Class

StepProgressBar Members

DevExpress.XtraEditors Namespace