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