Explain about measure() method? When this measure() method is called?



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

Post New Answer

More Adobe Flex Interview Questions

Difference between stoppropagation and stopimmediatepropagation()?

1 Answers  


Can I still build flex 2 applications with flex builder 3 beta 3?

1 Answers  


What is the difference between sealed class and dynamic classes in flex?

1 Answers  


What happens if an .swf is loaded into a already occupied level? : adobe flex action script

1 Answers  


How do I get flex to query my database? : adobe flex action script

1 Answers  


What is preventdefault() method?

1 Answers  


Do I need to upgrade to beta 3 to use air beta 3?

1 Answers  


How does item renderer work? : adobe flex action script

1 Answers  


Can I still purchase flex charting?

0 Answers  


How do we use css styles in flex?

1 Answers  


What is the difference between sealed class and dyna? : adobe flex action script

1 Answers  


What is the model-view-controller (mvc) pattern?

1 Answers  


Categories