In MXML, you set a VBox's width to 100% by:

<mx:VBox width="100%"/>

But if you instantiated a VBox in actionscript as in:

var vbox:VBox = new VBox():

How do you set its width to 100%?

Thanks.

Reply via email to