[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About the gambas web apps


Hello,

Maybe you can try to add in the property ‘Class’ of the WebTreeView a reference to a CSS class like that:

Class Property:  is-inline-flex

And in a CSS file you will load in the Public Sub _New() 

CSS File content:

.is-inline-flex{
  display: inline-flex;

Olivier

Le 28 mars 2025 à 05:35, gaucho <64xcode@xxxxxxxxx> a écrit :

Hi,

New problem, the expand of containers.
I set all the containers as Expand = true and arrange as Vertical but
the control not do that supposed has to do.
here you are 2 pictures one (the uggly) is a form running inside a
container the second is the form running itself.
Why the forms nested in a container do that?

Best regards.
martin



Follow-Ups:
Re: About the gambas web appsgaucho <64xcode@xxxxxxxxx>
References:
About the gambas web appsgaucho <64xcode@xxxxxxxxx>
Re: About the gambas web appsgaucho <64xcode@xxxxxxxxx>
Re: About the gambas web appsgaucho <64xcode@xxxxxxxxx>