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?
android, listview, scrollbar
You can move the scrollbar position to the left for any View using `View.SCROLLBAR_POSITION_LEFT`.
Is it possible to move ListView scroller to the left side?