1

is it possible to hide custom thumb while not scrolling , i use this post for custom fast scroll Custom Listview Fast Scrollbar in android

Community
  • 1
  • 1

2 Answers2

0

You need to remove android:fastScrollAlwaysVisible attribute or set it to false.

You can also do it programmatically using setFastScrollAlwaysVisible

Mattia Maestrini
  • 31,494
  • 15
  • 84
  • 93
0
android:fastScrollAlwaysVisible="false"