Back to Devexpress

ListBoxEdit.ScrollIntoView(Object) Method

wpf-devexpress-dot-xpf-dot-editors-dot-listboxedit-dot-scrollintoview-x28-system-dot-object-x29.md

latest1.2 KB
Original Source

ListBoxEdit.ScrollIntoView(Object) Method

Scrolls the list tip make the specified item visible onscreen.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void ScrollIntoView(
    object item
)
vb
Public Sub ScrollIntoView(
    item As Object
)

Parameters

NameTypeDescription
itemObject

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

ListBoxEdit Class

ListBoxEdit Members

DevExpress.Xpf.Editors Namespace