Scroll Rect not scrolling

I have a parent game object with a Scroll Rect script, a child panel that has additional child elements as the list cells. The ScrollRect script has the child as its content but I still can’t scroll

Am I missing something to get this scroll list working?

huh, I see that you’ve put the content and I see nothing is wrong

for a working scroll example, you can check Control scene at the UI Samples

I was able to get it working. I think that it could have been that the list object wasnt bigger than the parent container so there was nothing to scroll