Flex: Bottom-left align components?
Posted
by David Wolever
on Stack Overflow
See other posts from Stack Overflow
or by David Wolever
Published on 2010-05-04T19:05:19Z
Indexed on
2010/05/04
19:08 UTC
Read the original article
Hit count: 219
As the title suggests, is there any way to bottom-left align components?
An <HBox .../>
nested in a <Canvas .../>
doesn't work because the elements in the HBox
are top-aligned instead of bottom aligned.
For example, I'd like my components to be aligned like this:
+-------------+ <-- container
| components |
| | V |
| V +--+ |
| +-+ | | |
| +-+ +--+ |
+-------------+
© Stack Overflow or respective owner