I currently have a scrollview containing 2 panels (left and right)
On both panels there are controls using anchors (right, left, both)
When the page resizes, the scrollview is resized and the panels are resized.
However, the anchors of the controls on the panels does not seem to be honored.
eg: a label on a panel anchored to the RIGHT hand side of the panel is not repositioned when the page -> scrollview -> panel becomes wider (eg: caused by a screen rotation).
When I use scaling scripts it does seem to work ?
Is this normal ?
Thanks