is it possible to hide custom thumb while not scrolling , i use this post for custom fast scroll Custom Listview Fast Scrollbar in android
Asked
Active
Viewed 809 times
2 Answers
0
You need to remove android:fastScrollAlwaysVisible attribute or set it to false.
You can also do it programmatically using setFastScrollAlwaysVisible

Mattia Maestrini
- 32,270
- 15
- 87
- 94
0
android:fastScrollAlwaysVisible="false"
-
2Please, provide some explanation of your suggestion. – Shidersz Nov 17 '18 at 18:47