Ahhhh okay, now I got it.
The problem was that I added a Grid as child of the ScrollView, so my hierarchy was:
ScrollView -> Grid -> Items
Now I added the UIGrid Component directly to the ScrollView and it works:
ScrollView (with UIGrid component etc.) -> Items
Thanks anyway!
