No event. Well, I suppose you could listen for "add" event for when the scrollbars are added.
The scrollbars are referenced by the properties horizontalScrollBar and verticalScrollBar. They are null until created and may have visible=false if not needed. The children of a container are placed within the viewmetrics and padding styles of the container. If scrollPolicy="auto", if scrollbars are needed they will obscure content. If scrollPolicy="on" the scrollbars are factored into the size and should not obscure content. You can add more "chrome" via rawChildren. ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of dorkie dork from dorktown Sent: Sunday, October 14, 2007 7:57 PM To: [email protected] Subject: [flexcomponents]Tell when Vertical Scrollbars are present? Is there an event or property that tells me when vertical scrollbars are present? Is there also a property to set the total height of the scroll bar? I want to put a button in the lower right hand corner but when scroll bars appear they cover it up.
