I have a listView that uses a customListAdapter created by me. When user scrolls the list, he/she sees scrolling indicator as usual on the right side.
However, I want to show a draggable track-button on the right side, so user will be able to hold that button and quickly scroll through the list.
How can I do this?
I believe the xml values fastScrollEnabled
and optionally fastScrollAlwaysVisible
are what you want to set for the ListView
android:fastScrollEnabled="true"
android:fastScrollAlwaysVisible="true"
fastScrollEnabled
enables the dragging of the scroll bar.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With