Re: [flexcoders] VBox question

2009-02-25 Thread Ashish Verma
Using percentWidth and percentHeight proerties you cam set in ActionScript. On Thu, Feb 26, 2009 at 12:20 PM, elevight wrote: > In MXML, you set a VBox's width to 100% by: > > > > But if you instantiated a VBox in actionscript as in: > > var vbox:VBox = new VBox(): > > How do you set its wi

[flexcoders] VBox question

2009-02-25 Thread elevight
In MXML, you set a VBox's width to 100% by: But if you instantiated a VBox in actionscript as in: var vbox:VBox = new VBox(): How do you set its width to 100%? Thanks.