I am adjusting the localPosition of a UIScrollView programatically by passing it a new Vector3. The scrollView successfully updates its position to where I want it, the the clipping on the panel does not update.
I have tried moving the panel with MoveRelative, MoveAbsolute, and SpringPanel.Begin. None of which change the position of the scrollview.
What am I don't wrong?