I have a VBox which contains another 12 HBoxes. Like 12 rows of data.
Its all created using action script addChild() code. No MXML.

Now this is all dynamically controlled. E.g. I might want to hide all rows 
after 4th row. Thats doable, but if I do that, the height of the VBox remains 
the same as it was when it had 12 rows in it. I have also set includeInLayout 
to false and visible to false on the HBoxes...

any ideas what I am missing ? 

Reply via email to