[Gambas-user] Webform doesn't show scrollbar if contains larger container

Benoit Minisini benoit.minisini at gambas-basic.org
Mon Jan 23 22:37:30 CET 2023


Le 22/01/2023 à 12:41, Safiur Rahman a écrit :
> Hi Benoît
> 
> In gambas 3.17, the webform showed a vertical scroll bar if a larget 
> container was placed (eg. 130vh).
> Now in gambas 3.18, the vertical scroll bar is not shown. That's why the 
> content lower than 100vh are not displayed and cannot be scrolled to. Is 
> there some new property to set ?
> 
> Attached an example
> 
> -- 
> Regards
> Safiur Rahman
> 

For coherency reasons, WebForm acts like a WebContainer now, so no 
scrollbar.

I don't know yet if I can make a WebForm acts like a WebScrollView 
without having other problems.

In the meanwhile, you can embed a WebScrollView inside your WebForm to 
get scrollbars.

Regards,

-- 
Benoît Minisini.



More information about the User mailing list