Unity - ScrollView Viewport Fix After Removing Scrollbars
![](
Create a ScrollView, and:
![](
If you delete the scrollbars because they're annoying:
![](
The space remains empty, which is annoying.
I tried expanding the viewport, but the modification didn't work.
I was frustrated for a while.
![](
Setting the ScrollView's viewport reference to None as well fixes the issue.
Recording this because I forget every time I use it.