flex: Making a percentage-sized VBox scroll

16 January 2009 | flex,general | Tags: , ,

If you’re using a VBox with a pixel height, it will scroll as expected.

If you’re using a percentage sized VBox, it won’t scroll when it’s content grows in size: the scrollbars will be “pushed somewhere up the component hierarchy”.

To make it scroll, set it’s minHeight=0.

Found this here.


Leave a Reply