Add support for Vertical Scroll Rect to scroll from bottom to top
busyxiang opened this issue · 1 comments
busyxiang commented
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
Lzeyuan commented
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.