Is it possible using MXML, not AS3 classes, to keep an item out of the
updateDisplayList and/or the measure() method?

I have an icon that is 30px by 30px and needs to remain centered
within a component. But the catch is that if someone clicks the icon
it will show another state where I add a graph underneath the icon.
This works fine but what happens is that flex on the next
updatedisplaylist and measure call it sees the new graph then centers
on the icon + graph, which I don't want to happen. I don't want Flex
to know it exists. 

Isn't there a property for?
 

Reply via email to