ListView - vertical scroll bar on the left

Can I move the ListView scroller to the left?

+3
source share
2 answers

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

+6
source

Try my dirty hack, which seems to work at least 2.2 and above:

How to make a scroll bar on the left side?

0
source

All Articles