You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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.
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
The text was updated successfully, but these errors were encountered: