Reputation: 773
Is it possible to move ListView scroller to the left side?
Upvotes: 3
Views: 2872
Reputation: 736
Try my dirty hack that seems to work at least on 2.2 and above:
How to make the `scrollbar` appear on the left side?
Upvotes: 0
Reputation: 17922
You can move the scrollbar position to the left for any View using View.SCROLLBAR_POSITION_LEFT
.
Upvotes: 6