This version of Unity is unsupported.
Method group is Obsolete

BaseVerticalCollectionView.ScrollToId

Obsolete ScrollToId() has been deprecated. Use ScrollToItemById() instead.
Upgrade to ScrollToItemById

Declaration

public void ScrollToId(int id);

Parameters

id Item id to scroll to.

Description

Scrolls to a specific item id and makes it visible.