I have a grid view with scroll bars permanently displayed. When i set the android:paddingRight property (of the GridView) to say 10dip the vertical scroll bar is shifted to the left as well.
I don't want the scroll bar to shift to the left, i purely want extra white space between the scroll bar and the grid views tiled elements.
Not to say that this isn't expected behaviour, but is there a way of adding space to the left of scroll bar without having to either:
Android 2.2.
Ah found that the following controls the behaviour i was looking to control.
<GridView
android:scrollbarStyle="outsideInset"
/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With