ListBoxEdit.ScrollIntoView(Object) Method
Scrolls the list tip make the specified item visible onscreen.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.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