Hi Randy,

I have just looked at your example and examined the generated HTML code. 
The <body> element of your app has the class Wt-layout and the overflow 
css attribute is set to hidden.

Thus I assume you need to change the overflow attribute of the root 
element by calling:

root()->setOverflow(WContainerWidget::OverflowAuto);

or

root()->setOverflow(WContainerWidget::OverflowScroll);

if the scrollbars should be visible all the time.

Regards,
Stefan

Am 29.11.2013 05:32, schrieb Randy Yates:
> PSS: You can see the (very incomplete, rough and simple)
> site temporarily here:
>
>    http://galois.digitalsignallabs.com:9090/
>
> I'll keep it up for the night (US/EST).
>
> --Randy
>
> Randy Yates <ya...@digitalsignallabs.com> writes:
>
>> Randy Yates <ya...@digitalsignallabs.com> writes:
>>
>>> I've noticed that, even though i've set an explicit length via
>>>
>>>    root()->resize(Wt::WLength::Auto, 600);
>>>
>>> the browser vertical scrollbars do not pop up when I resize the window
>>> smaller than 600. Is there a trick to get that to happen?
>>
>> PS: I'm using layouts. I.e., all widgets are added to a top-level
>> WVBoxLayout. Yet it is the widget, not the layout, that is sized. Or is
>> it? I admit I'm a bit confused on who (widget or layout) maintains and
>> manages sizing.
>


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to