I want to scroll a list view by x pixels
list.scrollListBy(x)
works, but the default scrolling animations are missing
Is there any api to scroll list with animation,
I cannot use smoothScrollBy
and its other varients, because it wont scroll if the element is already visible.