--- In [email protected], "nabirami" <[EMAIL PROTECTED]> wrote:
>
> I have a Hbox container which has textbox. The percentwidth and 
> percentheight properties of the textbox are set to 100%. Hbox has a 
> fixed width. The scrollpolicy of Hbox is auto. Is there an event (or 
> other way) to know when the application adds a scroll bar to the Hbox?
>

Anyone find anything out about this?

I need a way to change the width of a canvas when its parent's
scrollbar pops up because of the data clipping. Or... is there a way
to not have the scrollbar clip data, and instead reposition it's children?

For example:

<mx:Box id="AboutBox" width="{PARENT.width}">
        <mx:Text width="{AboutBox.width}" text="test test test"/>
</mx:Box>

When AboutBox is resized down, and it's scrollbar pops up, it covers
up the Text components data.  I'd like a dynamic way to achieve this,
instead of pre-padding either the box or Text component.

Reply via email to