I’m trying to implement a regular shop. I followed this scrolling live tutorial Recorded Video Training: Shop UI with Runtime Scroll Lists - Unity Learn but instead of using vertical layout, I’m using grid layout.
In order to give inner content panel a size, i’m using content size fitter component. The problem is that when menu is inflated, the content panel is centered vertically instead of matching rectransform content upper bound with rectransform scrollrect upper bound.
To sum up, this is what I want:
And this is what I get:
These are the components on my Content Panel
And these are form Scroll List:
I don’t know what I’m doing wrong… I tried lots of different configurations and I can’t make the content panel grow only to the lower side.
Thanks!!