Skip to main content

SlideView.ScrollIntoView(Object) Method

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

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

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