ListBoxEdit.ScrollIntoView(Object) Method
In This Article
Scrolls the list tip make the specified item visible onscreen.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#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