Hi

I have anchor_A which is anchored to screen top, it contains panel_A with sprite_A which stretches to fit the width of the screen using UIStretch. I also have anchor_B(anchored to sprite_A left) which contains panel_B and anchor_C(anchored to sprite_A right) which contains panel_C. How do I structure my UI? This is my current structure...
UIRoot
-UICamera
--anchor_A(anchored to screen top)
---panel_A
----sprite_A
--anchor_B(anchored to sprite_A left)
---panel_B
--anchor_C(anchored to sprite_A right)
---panel_C
What is the best approach for tweening this panel_A and its sub panels? ...what about disabling and enabling the panel and it's subpanels?
Thanks for reading
