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

ListBoxEdit.ScrollIntoView(Object) Method

Scrolls the list tip make the specified item visible onscreen.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public void ScrollIntoView(
    object item
)

Parameters

Name Type Description
item Object

An object that represents the list item.

Remarks

If the specified item isn’t visible or is partly visible onscreen, the ScrollIntoView method scrolls the list to make it entirely visible.

See Also