One way you could do this is with a Spacer before the last child box to 
push it to the bottom.  Nice 'n' easy in static mxml.

<mx:Spacer height="100%" />

--- In [email protected], Ian Skinner <[EMAIL PROTECTED]> wrote:
>
> Is this possible in a standard 'vertical' layout VBox, or does one 
have 
> to go 'absolute' layout?
> 
> I have a VBox displaying 1-N child boxes, and I want one to be pinned 
to 
> the bottom.  Is this possible or do I need to wrap an absolute layout 
> around this?
>


Reply via email to