StepProgressBar.ScrollToItem(StepProgressBarItem) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void ScrollToItem(
StepProgressBarItem item
)
#Parameters
Name | Type | Description |
---|---|---|
item | Step |
An item that should be visible in the current client area of a control. |
See Also