2

I am trying to slow down the scroll speed in my ListView.

In my code, I've tried calling these two methods:

listview.setSmoothScrollbarEnabled(true);
listview.setFastScrollEnabled(false);

However, this isn't working. How can I slow down the scrolling speed of my ListView?

Alex K
  • 8,269
  • 9
  • 39
  • 57
Dedaniya HirenKumar
  • 2,980
  • 2
  • 22
  • 25
  • You should [check this](http://stackoverflow.com/questions/5590001/android-listview-slow-down-scroll-speed) – Apurva Mar 05 '15 at 07:37
  • Welcome to Stack Overflow! I fixed upper/lowercase and spelling. Could you please give a more detailed description. Can you give more information, what you mean, when you say, that the code is not working? What is the result? – Juergen Mar 05 '15 at 17:25
  • Reworded your edit to be clearer. – Alex K Mar 05 '15 at 18:17
  • Check this out. its already answered http://stackoverflow.com/questions/5590001/android-listview-slow-down-scroll-speed – Dharani Kumar Mar 05 '15 at 18:54

0 Answers0