Turns out OneFlexibleChildVerticalLayout was what I needed. Pseudo code:

<container>
<beads>
<OneFlexibleChildVerticalLayout oneChild="flexChild"/>
</beads>
<toolbar>
<flexingObject id="flexChild" width="100%" height="100%">
</container>

Also, I found out that setting x or y explicitly will change positioning to
absolute, which facilitates overlaying.



--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FLEXJS-Layout-tp48805p54900.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to