For Android Platform:
I need to put margin on right side of the vertical scrollbar in listview (it is customized). Please see the attached image. Default scrollbar s
Refer to documentation on android:scrollbarStyle attribute of View. The style you probably want to use is insideOverlay (in conjunction with android:paddingRight).
android:scrollbarStyle
View
insideOverlay
android:paddingRight
Something like
. . .