[flexcoders] Re: ViewStack sizing problem

2008-06-24 Thread Tim Hoff
Hi Amy, Try setting resizeToContent=true on the ViewStack tag. -TH --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: I have a ViewStack that contains a TileList and some other components that have a variable number of children and thus a variable height. It seems that the

[flexcoders] Re: ViewStack sizing problem

2008-06-24 Thread Amy
--- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Hi Amy, Try setting resizeToContent=true on the ViewStack tag. ever have one of those duh moments?

[flexcoders] Re: ViewStack sizing problem

2008-06-24 Thread Tim Hoff
No worries, had to learn that one myself as well. If you don't set that property, the container will remain the size of the first child; regardless. Cheers, -TH --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Tim Hoff TimHoff@ wrote: