I believe I have traced this to a stray component with visible and includeInLayout set to false. But shouldn't Box etc ignore such components when doing measurement?
On Mon, Dec 1, 2008 at 12:40 PM, Richard Rodseth <[EMAIL PROTECTED]> wrote: > Do any of the standard layout components (Application, Box, Canvas etc. > have a default size or minWidth that might be triggering a horizontal > scrollbar even when there appears to be plenty of room onscreen? > > I have a rather complex and heavily-nested layout, some of which is > template-driven, and for the moment I want *no* scroll bars ever. I can > resize the window vertically to very small, but in the horizontal direction > a scrollbar appears much sooner than expected. i.e. the primitive > labels/buttons and the like are far from bumping into each other. > > Any debugging tools or tips also welcome. eg. an inspector component I > could embed or popup that would let me navigate through the hierarchy and > set properties. > > I am reluctant to go through the hierarchy setting scrollPolicy off, > because I think that tends to mask problems (by all means correct me if I'm > wrong). >

