Hide Scrollbars for ListView with ScrollBarVisibility

Hide Scrollbars for ListView with ScrollBarVisibility

This PR of mine just got merged into master on the Xamarin.Forms repository. With this change, you can disable showing the scrollbars with the ScrollBarVisibility enum for the ListView control. This was done before for the ScrollView, but not the ListView. This should be available in a Xamarin.Forms nightly build soon for iOS, Android, Mac OS, … Read more