This version of Unity is unsupported.

ListView.ScrollToItem

public void ScrollToItem(int index);

Parameters

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

Description

Scroll to a specific item index and make it visible.