Ok, I have two VBoxes, side by side, that need to both be the height
of the biggest of the two (children added dynamically on show).

I do it this way:
leftVBox.minHeight = rightVBox.height;
rightVBox.minHeight = leftVBox.height;

(if this is a stupid way to do it, let me know).

The problem is this.

When I add the children, and switch view states, I remove the children.

If I come back to that page, and add a different set of children, I
only want them to be the biggest they have to be, but I cannot get
them to resize back down to the right height, they hold the height of
the biggest set of children that has been added since launch time.

Any ideas?

Reply via email to