How to make the `scrollbar` appear on the left side?

Adham picture Adham · May 31, 2012 · Viewed 12.2k times · Source

In an Android ListView, how can I make the scrollbar appear on the left side?

Answer

FoamyGuy picture FoamyGuy · May 31, 2012

example:

mView.setVerticalScrollbarPosition(View.SCROLLBAR_POSITION_LEFT);