ListView - vertical scrollbar on left side

android, listview, scrollbar

Solution

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

Problem

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

Original source

Related problems