Thank you both for your answers.
On 8/29/07, Daniel Freiman <[EMAIL PROTECTED]> wrote: > > (measuredHeight > height) will tell you if a component should be clipped > and the flex framework will normally enforce this. If you're doing > something weird in extending the framework and want so see if you're still > enforcing this rule, make sure the scrollRect property is properly set. (no > clipping -> scrollRect == null) Remember, to wait until everything has > been validated to check this property because it maybe incorrect during > intermediate processing. > > - Dan Freiman > > On 8/28/07, Alex Harui <[EMAIL PROTECTED]> wrote: > > > > If measuredHeight > height > > > > > > ------------------------------ > > > > *From:* [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] > > *On Behalf Of *Horthy Hosthoh > > *Sent:* Monday, August 27, 2007 10:24 PM > > *To:* [email protected] > > *Subject:* [flexcoders] Can a parent know if it clips its child's > > content easily? > > >

