I would like to set the height of the element. This should be the height of the highest child.
Is there something like:
Parent { height : max (child1.height, child2.height) }
Alternatively something like:
Parent { height : stretchToChildren }
source share