Is it possible to move ListView scroller to the left side?
Asked
Active
Viewed 2,860 times
2 Answers
6
You can move the scrollbar position to the left for any View using View.SCROLLBAR_POSITION_LEFT
.

Ben Weiss
- 17,182
- 6
- 67
- 87
-
-
-
This Constant has been introduced in API level 11 (3.0.x). You can't use it out of the box with API level 9. – Ben Weiss May 15 '12 at 13:54
-
-
You can extract the sources required to create your `ListView` from the AOSP, place it in your project and use this version of `ListView` instead of the one, that Android ships with. – Ben Weiss May 15 '12 at 14:01
0
Try my dirty hack that seems to work at least on 2.2 and above:

Community
- 1
- 1

Gena Batsyan
- 736
- 5
- 14