Page 1 of 1

OpenWindow + #PB_Window_Background + big height

Posted: Mon Oct 22, 2018 8:51 am
by RSBasic
Hello

I have a window with the flag #PB_Window_Background with a height of 2000 pixels. I don't want to use an additional ScrollAreaGadget.
I can't scroll in the window because the DIV element is set to "overflow: hidden". Please set to "overflow: auto".

Re: OpenWindow + #PB_Window_Background + big height

Posted: Mon Jan 14, 2019 7:18 pm
by Fred
This is the intended behaviour, an app is not scrollable by itself (you need to use a component inside the window to do so).