I appreciate your posting as I was having the same (or a very similar)
problem. 

I found a solution for my problems in this thread:
http://tech.groups.yahoo.com/group/flexcoders/message/84056

By setting my HBox's minWidth="0" I got the scrollbars as I wanted.
Putting the HBox inside of a canvas worked but there is no reason to
drag around that extra baggage. 

Try it out.

Cheers.

--- In flexcoders@yahoogroups.com, "Giles Roadnight" <[EMAIL PROTECTED]> wrote:
>
> If anyone else has this issues I've foudn the solution to the first
item.
> the problem was that a VBox set to height="100%" would stretch it's
> container which would force scroll bars to pup up in unexpected places.
> 
> The way to get round this is to put the VBox inside a canvas. If you set
> both to height="100%" the canvas behaves and does not stretch it's
parent,
> the VBox then fits within the canvas and the canvas scrolls the VBox
> 
> Hopefully someone will find that useful.
> 
>


Reply via email to