On 6/6/07, de.newsight <[EMAIL PROTECTED]> wrote: > --- In [email protected], "Manish Jethani" <[EMAIL PROTECTED]> > wrote:
> > What happens when you set minWidth and minHeight to 0 on the Canvas? > > When I set minWidth/minHeight to the Canvas I get the same behavior. The > VBox is sized to the width of the Canvas and there are still no > scrollbars. I think I made a mistake. You have to set minWidth/minHeight on the VBox rather than its contents. Can you try that? One of these days I have to make a post to explain the box layout algorithm and its oddities.

