Ok I understand now. The UITable is independent of UIScrollView.
I became confused I think because UIScrollView's ContentOrigin option was being assigned to TopLeft and it seemed odd to me to not see my content not appear in the top left of the UIScrollView.
To make my tables make the most visual sense I'll manually set the UITable position to be the top left of the UIScrollView (-150,150) then set the child UIWidgets to be pivoting on the top left and set their transforms to 0,0.