RE: [flexcoders] Re: When are scrollbars added? question on timing of initial rendering

2007-11-20 Thread Alex Harui
Of Brian Sent: Tuesday, November 20, 2007 2:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: When are scrollbars added? question on timing of initial rendering So it sounds like updateComplete event is fired anyway, is that correct? Would the scrollbars be added during that event

[flexcoders] Re: When are scrollbars added? question on timing of initial rendering

2007-11-20 Thread Brian
So it sounds like updateComplete event is fired anyway, is that correct? Would the scrollbars be added during that event, or during the validateNow()? I'm often adding a bunch of small images at one time, I don't see any slowdown. Unless the updateComplete/validation isn't done until my method sta