to scroll forward such that the item’s bottom aligns to the bottom of the list? I was hoping
animateScrollToItem(index+1, -viewportHeight)
would do the trick, but unfortunately it does a weird overscroll and then scroll back to position. Any other idea I’ve had involves knowing the height of the item.