I’m pretty new in Flex development. Now I’m learning layouts in Flex. I try to make the following layout.
alt text http://get2know.it/wp-content/uploads/2010/04/2010-04-23_232857.png
The red arrow means when enlarge the window, the red arrow widget will become large too. Can anyone implement this layout in Flex? Thanks in advance.
I’m pretty new in Flex development. Now I’m learning layouts in Flex. I try
Share
Here goes Yousui good luck:
If you are using Flash Builder Mac or Win version you have the Design view available (Linux Flash Builder doesn’t have), this design would be easy to do.
But i guess that you probably aren’t used to the way that Flash Builder handles control positioning, if thats the case:
Case your Properties panel isn’t visible. Go to Window > Show View > Properties.
Hope this helps.
EDIT:
If you have the
MinWidthandMinHeightproperties specified in your Application tag, beware that when shrinking your Flash App, the layout will adjust your layout to a minimum specified in those properties.