Hi, I started playing around a little bit with FlexJS. Is it possible to align a container in the vertical middle / horizontal center, like in FlexSDK.
Something like:
<js:Container width=„100%“ height=„100%“ verticalAlign=„middle“
horizontalAlign=„center">
<js:Container width=„150“ height=„150“>
<js:Label text="Hello World“/>
</js:Container>
</js:Container>
So the sub-Container should be located in the center middle of the top
Container.
Thanks.
Marcus
