android - smoothScrollToPositionFromTop not smooth when going to a lower index -


i need listview scroll @ specific position @ time, putting row @ position @ top of listview.

for purpose use smoothscrolltopositionfromtop(int position, int offset, int duration)

now let's wand go index 6 10, scrolls smoothly. after let's want go backward, 5 instance, scrolling not smooth @ all, looks rapid translation.

any idea missing or workaround?

i think using smoothscrolltopositionfromtop() while going back causing problem.

prefer use of smoothscrolltoposition().


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -