Hi,
By default the ScrollView can be draget a bit more than the real height, wich create sort of a bounce effect when released. I’d like to remove this behaviour, is there a simple way ?
Thanks,
Hi,
By default the ScrollView can be draget a bit more than the real height, wich create sort of a bounce effect when released. I’d like to remove this behaviour, is there a simple way ?
Thanks,
Hey!
You can set SnapMinTransform and SnapMaxTransform to false, like so:
<ScrollView SnapMinTransform="false" SnapMaxTransform="false">
...
</ScrollView>
Thanks, would be nice to add this to the documentation 
I’ll make sure it is 