Skip to main content

ListBoxEdit.ScrollIntoView(Object) Method

Scrolls the list tip make the specified item visible onscreen.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.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