How to remove bounce effect in ScrollView #8172
Unanswered
karthikraja-arumugam
asked this question in
Q&A
Replies: 2 comments 7 replies
-
I've tried something like this but it doesn't work.
There is a discussion here where they mention a workaround but i don't quite get it. |
Beta Was this translation helpful? Give feedback.
2 replies
-
You can disable bounce by using
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
The scroll view bounces while scrolled to top or end. In our project, we have 2 scroll views and on scrolling any one view we are updating the other scroll view offset. But while view bouncing we can't handle another scroll view. So we don't require a bouncing effect though.
Is there any public API to disable the bouncing effect as like in native iOS?
https://developer.apple.com/documentation/uikit/uiscrollview/1619420-bounces.
And while bouncing, the scrolled event is also not triggered in the Windows platform.
Beta Was this translation helpful? Give feedback.
All reactions