Page 1 of 1
FlexGrid
Posted: Wed Sep 23, 2020 4:15 pm
by eceniceros
Hi,
In my test page I have only a FlexGrid defined as shown in the image, when I see it in the Chrome browser, it looks like the other image is shown, what am I defining wrong?
http://www.sebusca.com.mx/images/
Regards
Re: FlexGrid
Posted: Wed Sep 23, 2020 5:06 pm
by Pablo
Maybe the height of the row is set to 'auto'?
Re: FlexGrid
Posted: Wed Sep 23, 2020 5:07 pm
by crispy68
We cant tell from the pics how you have defined each section/grid? Sections can be defined by %, px, fr, auto. So where it says navbar and main, how are the heights defined? If there is no content and you are using %, auto, or fr then there is essentially no height.
Re: FlexGrid
Posted: Wed Sep 23, 2020 6:15 pm
by eceniceros
Thanks,
Isn't the total space automatically distributed among all the rows?
Currently the rows are in auto
Regards
Re: FlexGrid
Posted: Wed Sep 23, 2020 6:37 pm
by crispy68
The height and width are based on what you specify in the properties:
If you set it to auto, then the height of the row is essentially zero until you place content inside of it just like a layout grid.