I was testing out the new "padding" property yesterday on a VGroup and found
it to be a convenient shortcut. One thing I noticed is that when using this
new property along with any of the other padding properties, such as
paddingLeft, that it is a situation of "last one in wins."

<VGroup paddingLeft="5" padding="100"

will have different results than

<VGroup padding="100" paddingLeft="5"

Can we add a line of documentation warning the user that the order of the
property matters?



--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/DISCUSS-Apache-Flex-SDK-4-14-1-RC1-tp45723p45726.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to