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
  • 32,270
  • 15
  • 87
  • 94
0
android:fastScrollAlwaysVisible="false"