Can I move the ListView scroller to the left?
You can move the scrollbar position to the left for any view with View.SCROLLBAR_POSITION_LEFT.
View.SCROLLBAR_POSITION_LEFT
Try my dirty hack, which seems to work at least 2.2 and above:
How to make a scroll bar on the left side?