# ScrollToId(int)

> Obsolete. Use BaseVerticalCollectionView.ScrollToItemById instead.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.5/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

> **Warning:**
>
> **Deprecated.** ScrollToId() has been deprecated. Use ScrollToItemById() instead.
>
> **Upgrade to** [BaseVerticalCollectionView.ScrollToItemById](/engine/6000.5/script-reference/unityengine/uielements/baseverticalcollectionview/scrolltoitembyid.md)

```csharp
public void ScrollToId(int id)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): Item id to scroll to.
