Jonathan
Jonathan

Reputation: 773

ListView - vertical scrollbar on left side

Is it possible to move ListView scroller to the left side?

Upvotes: 3

Views: 2872

Answers (2)

Gena Batsyan
Gena Batsyan

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

Ben Weiss
Ben Weiss

Reputation: 17922

You can move the scrollbar position to the left for any View using View.SCROLLBAR_POSITION_LEFT.

Upvotes: 6

Related Questions