Skip to content
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

Add support for Vertical Scroll Rect to scroll from bottom to top #52

Open
busyxiang opened this issue Jan 31, 2021 · 1 comment
Open

Comments

@busyxiang
Copy link

Even though most of the time Vertical Scroll Rect is scroll from top to bottom, but there are also cases that require to scroll from bottom to top

@busyxiang busyxiang changed the title Add support for Vertical Scroll Rect from bottom to top Add support for Vertical Scroll Rect to scroll from bottom to top Jan 31, 2021
@Lzeyuan
Copy link

Lzeyuan commented Aug 28, 2022

Although this issue has been for a long time, I'd like to write down my handling method as a learning record.

A simple method is to modify the code in this file 421 line to reverse the original increment value, and the corresponding animation of each cell should be changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants