Skip to main content
A newer version of this page is available. .

SlideView.ScrollIntoView(Object) Method

Scrolls this SlideView until the desired item is visible on screen.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public void ScrollIntoView(
    object item
)

Parameters

Name Type Description
item Object

An Object owned by this SlideView that should be made visible.

See Also