Hi,

This is a really basic question about UIComponent. My understanding is that:

1. "measuredWidth" is the default or suggested or "appropriate" width that a 
(subclassing) UIComponent asks for itself;

2. "explicit width" is the value you set explicitly to the "width" property of 
the component;

3. "width" is the real or final width as the component gets drawn to the screen 
*after* the displaylist gets updated. This value is either the "explicit width" 
as the developer sets it, or something that the container ("parent") components 
finally determine based on the "measuredWidth" the component asked for and 
other factors such as the real estate available for it.

Is this something close to the truth/rules?

Please advice and/or correct. Thanks. 

Reply via email to