Bhabani Shankar
Bhabani Shankar

Reputation: 1285

Easy scrolling in android listview

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

Answers (1)

Matt Colliss
Matt Colliss

Reputation: 1414

You can enable fast scrolling by setting fastScrollEnabled to true in the layout xml for your listview

Upvotes: 2

Related Questions