How do you make scrollToIndex work on a List where the last item in the List is currently not visible?
When I use List.scrollToIndex it works for any item above my current selection, but will never scroll to the end of the List.
How do you make scrollToIndex work on a List where the last item in the List is currently not visible?
When I use List.scrollToIndex it works for any item above my current selection, but will never scroll to the end of the List.