-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scroll moves when adding content #28
Comments
+1 @dimmetrius did you manage to find a solution? |
@ramilushev My decision is onContentSizeChange event with scrollTo({x:0, y:0, animated:true}); This scrolls list to last added element. But i don't have a solution for save scroll position. |
We've managed to maintain position by storing the content length minus offset |
Did anyone find a good solution for this? |
I am facing the same issue. Did anyone find a solution for this ? |
hello, help me find a solution to add content to scroll. When my content inside InvertibleScrollView becomes higher, the component will automatically moves scroll to this height. How to add content and save scroll position?
The text was updated successfully, but these errors were encountered: