FLEX: how can I set bottom-left coordinate of my component instead of the top-left
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-05-12T14:52:28Z
Indexed on
2010/05/12
14:54 UTC
Read the original article
Hit count: 348
hi,
I've some components with dynamic heights. They have to be aligned with respect to the bottom of my canvas container, so I cannot set the same y for all components.
I could compute their heights and successively set the y but I was wondering if there was an easier way to do it.
thanks
© Stack Overflow or respective owner