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