My ListView has children which are of varying height.
As a result smoothScrollToPosition
often scrolls to an incorrect position!
Is there any way I can achieve a smooth scroll to a position with my constraints?
I've tried using a ValueAnimator
in combination with setSelection()
but it looks quite jumpy.