How can I enable fast scroll behaviour for android.widget.Scroller
? I have android.widget.Scroller
working fine but I want to achieve fast scrolling behavior like in recycle view. I am not using RecycleView
I am drawing in canvas.
Asked
Active
Viewed 54 times
0
-
You can refer [this question](https://stackoverflow.com/questions/45370246/how-to-use-fastscrollenabled-in-recyclerview). – Nick Bapu May 23 '19 at 12:54
-
I am not using recycleview. – Atalyk May 23 '19 at 12:55
-
Can you post some code that cause a problem? – Jaques May 23 '19 at 13:52
-
It is not a problem. I am asking is it even possible to create fast scroll behavior for android.widget.Scroller – Atalyk May 23 '19 at 14:21