SlideView.ScrollIntoView(Object) Method
Scrolls this SlideView until the desired item is visible on screen.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v25.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | Object | An Object owned by this SlideView that should be made visible. |
See Also