Is there a better, more appropriate way to validate certain properties, like "height", after adding children to a UIComponent or subclass of UIComponent?
Coming from AS2 I find it confusing that there isn't an easy way to access the height of a container after adding children. If later during runtime I need to access the height of dynamically created child container, what is the appropriate approach?

