I've got a Grid as a child of a Scroll View (vertical), and a bunch of elements.
The Scroll view is anchored to another UI element - Only the position and vertical of the ScrollView is affected when switching between resolutions, and this works fine.
However, the grid isn't moving with the ScrollView, and all my elements are off-center, being clipped.
How do I do this properly so the Grid and/or it's contents move with the ScrollView?
Also, every other time I change something, the position of the elements when I play the scene will start in the wrong place - sometimes it's where the grid has been set up (at the top, so they're a top-down list), and sometimes down at the bottom. What gives?