Explain about measure() method? When this measure() method is called?
Answer / Birjesh Kumar Deval
The `measure()` method in Adobe Flex is used to determine the preferred width and height of a UIComponent or its children. It's usually called during layout calculation, specifically when a parent component needs to find out how much space it should allocate to its child components. The `measure()` method calculates the minimum, maximum, and preferred sizes based on the sizing policies and constraints applied to the component.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between stoppropagation and stopimmediatepropagation()?
Can I still build flex 2 applications with flex builder 3 beta 3?
What is the difference between sealed class and dynamic classes in flex?
What happens if an .swf is loaded into a already occupied level? : adobe flex action script
How do I get flex to query my database? : adobe flex action script
What is preventdefault() method?
Do I need to upgrade to beta 3 to use air beta 3?
How does item renderer work? : adobe flex action script
Can I still purchase flex charting?
How do we use css styles in flex?
What is the difference between sealed class and dyna? : adobe flex action script
What is the model-view-controller (mvc) pattern?