Reputation: 1285
I want to implement a listview in android where I want to provide the cursor/slider in the listview for easy scrolling as available in my files application in android.
Please suggest me what to be added in the code.
Regards, Shankar
Upvotes: 0
Views: 262
Reputation: 1414
You can enable fast scrolling by setting fastScrollEnabled
to true in the layout xml for your listview
Upvotes: 2