Flex: Why doesn't mx.core.Container always use the 'contentPane'?
Posted
by David Wolever
on Stack Overflow
See other posts from Stack Overflow
or by David Wolever
Published on 2010-03-23T20:21:56Z
Indexed on
2010/03/23
20:23 UTC
Read the original article
Hit count: 306
flex
Why is it that the mx.core.Container uses its contentPane sometimes, but doesn't at other times?
Or, in other words, how come the children of Container
are only put into the contentPane
if some complex logic decides that they should be put there? Why not simply always put all children in the contentPane
?
© Stack Overflow or respective owner