Xamarin.Tip - No Bounce ScrollView in Xamarin.Forms

added by DotNetKicks
6/14/2018 11:45:53 AM

1743 Views

So on iOS, UIScrollView bounces by default so in Xamarin.Forms the ScrollView natrually bounces. But what if you don't want your ScrollView to bounce? Android doesn't bounce, so we won't worry about it. Let's solve this problem with a custom renderer and control called NoBounceScrollView. This could also be done with an Effect but I...


0 comments