Skip to main content

DXCollectionView.ScrollTo(Int32) Method

In This Article

Scrolls the view to make the specified item visible.

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

#Declaration

C#
public void ScrollTo(
    int itemHandle
)

#Parameters

Name Type Description
itemHandle Int32

An item handle.

See Also