Is there an easy way to hide the scrollbar in a ListView, but still leave it scrollable?
You can make a custom ListView renderers for each platform (http://developer.xamarin.com/guides/cross-platform/xamarin-forms/custom-renderer/):
On Android:
ListView.VericalScrollbarEnabled = false;
On iOS:
UIScrollView.ShowsVerticalScrollIndicator = false;
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