tags:

views:

19

answers:

2

I have a viewstack with 3 items in it. Now my problem is that I want all these components to be of the same size. Its simply enough to do this manually but is there any other way of setting the size for all the components at once?

A: 

You can probably set the 'left/right/top/bottom' styles for that items.

mico
A: 

not sure if you already got the answer

but what i read was that you could set the main application to be 100% for bott height and width. for the viewstack you set it as 100% also. it should resize the children accordingly

or you can use actionscript percentHeight and percentWidth to set the property

james