Back to Writing
NOTESunityuguiscroll-viewlayout

Unity - Scroll View Content Direction

June 20, 2020Updated Feb 17, 2026

![](

XV8jv6E9TzFw07d5HIg.G8g8IvusAhgAHWtOoHUU4VwknqZ9Fztq-AuRXFoTIqcg.PNG.cdw0424/image.png?type=w966)

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.

![](

t0AMlJ1V1If9_H8cUIg.jNNN9F6MlenwsZfcH-FxOLlTFdlxEVAhYaR7yE4H4Lwg.PNG.cdw0424/image.png?type=w966)

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.