I’m trying to scroll to a specific list index on a virtual list based on some user input.
In this case, the virtual list is created but exists as the previous-page in the DOM.
When calling virtualList.scrollToItem(4); and then going back to the page using the back button the list position has not changed.
Is there a way to get this to work?