Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

BaseVerticalCollectionView.ScrollToItem

Declaration

public void ScrollToItem(int index);

Parameters

index Item index to scroll to. Specify -1 to make the last item visible.

Description

Scrolls to a specific item index and makes it visible.