Thanks Alex. You are right they do resize but after those children opens all the way and then in an instant resize. It looks really odd. That is why I guess I do need to do some refresh it so that the children resize before they are selected. Please suggest.
On Wed, Apr 23, 2008 at 3:12 PM, Alex Harui <[EMAIL PROTECTED]> wrote: > You can call getChild to resize, but the others should resize when you > switch to them > > > ------------------------------ > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *hworke > *Sent:* Wednesday, April 23, 2008 11:42 AM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] resizing unselected child of a container > > > > > > Hi, how can I resize the unselected children containers > when the parent container resizes. Such as accordion: > if accordion resizes, with it only the selected child > resizes but not the other ones. I guess just need to > refresh the other children but I do not know how to do > that. Any idea??? > > >