3

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

Jonathan
  • 738
  • 8
  • 22
  • Check my hack in the answer to: http://stackoverflow.com/questions/10826879/how-to-make-the-scrollbar-appear-on-the-left-side/12527946#12527946 – Gena Batsyan Sep 21 '12 at 09:46

2 Answers2

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
0

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?

Community
  • 1
  • 1
Gena Batsyan
  • 736
  • 5
  • 14