Unity - Scroll View Content Direction
![](
You can implement a list-style layout by adding a Fitter and Layout Group to the Content object like this.
By default, the list starts from the top and flows downward.
![](
The reason is that the pivot Y value is set to 1 right after creation.
If you change this value to 0, you can create a list that flows from bottom to top.