When we make a symbol with vertical layout with symbols inside, it does not adjust its height when we change the embedded symbols with different sized ones. However the same configurations done to a group results in correct autoresizing. Manual resizing of the symbol also does not work without detaching it.
Our project requires reoccuring use of grouped symbols thus we tried to make it a symbol and change bits where it is needed. But we cannot seem to figure out how to.
Thanks for sharing this and including the screenshots. To get the desired behavior in the symbol, add vertical layout to the nested rectangles as well, so you have:
Thank you for your reply. So far this seems to solve most of the problem! We will have to readjust some of our embedded symbols to work with vertical layout as they weren’t designed to do so But this solves our issue. Thank you!!