Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ListView - vertical scrollbar on left side

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

like image 415
Jonathan Avatar asked May 30 '26 08:05

Jonathan


1 Answers

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

like image 115
keyboardsurfer Avatar answered Jun 01 '26 20:06

keyboardsurfer