How do I set the color of the scroll bar for a scroll view? Currently the color is the same as the background and it is hard to tell as a user that that I should scroll unless I know that there is more to scroll.
This is my scrollview:
<ScrollView VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand" Orientation="Horizontal">
.....
</ScrollView>