If verticalScrollPolicy="auto" (default), the scrollbars are not factored into the width so its appearance does not shift your UI.
If verticalScrollPolicy="on", the scrollbars are factored into the width ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Seth Caldwell Sent: Thursday, November 01, 2007 11:46 AM To: [email protected] Subject: [flexcoders] problem with list component If you don't specify a width on a list, it then resizes itself to fit the content - the list items. However, if you then add items to this list causing it to require a scrollbar, the scrollbar does not increase the total width as expected, but instead is placed over (and thus hiding) the content the list previously was sized to. =( Anyone ran into this and found a workaround? Seth

