Grid layout + Content size fitter problem

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!!

Bump!

as described in the video, you have to set the pivot of “Content Panel” to Y = 1.

It worked thanks! I must listen more carefully next time…