DXCollectionView.ScrollTo(Int32) Method
Scrolls the view to make the specified item visible.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public void ScrollTo(
int itemHandle
)
Parameters
| Name | Type | Description |
|---|---|---|
| itemHandle | Int32 | An item handle. |
See Also