I am building system components and am struggling with resizing. When I change the “Resizing” value for a frame it affects either child or parent frames.
For example, I might change a frame to fill a container an that will force its child frame to Fixed width.
Is there any way to lock the Resizing values when set?
Looks like as long as the parent frame is set to (fixed width, fixed height) all of the child frames will play nice. This solution works great for components because the instance is resizable.