Page 1 of 1
SOLVED: nesting depth limitation of layout grid vs other tools
Posted: Sat Sep 05, 2020 11:04 pm
by johnwayne
Using v15 & v16, I can only go 2 deep on putting LayoutGrids inside of LayoutGrids. I would like to go deeper, like is allowed on FlexContainers, FlexGrids, and other layout tools. Pablo, is there a functional reason for this limit? Thanks in advance.
Re: nesting depth limitation of layout grid vs other tools
Posted: Sat Sep 05, 2020 11:10 pm
by pajadt
in layout grid is not possibile only one out side and one inside, but example if need 3 you can use flex container and put inside one layout grid and inside him one more
Re: nesting depth limitation of layout grid vs other tools
Posted: Sun Sep 06, 2020 7:03 am
by Pablo
Using more levels would break the HTML/CSS structure.
Re: nesting depth limitation of layout grid vs other tools
Posted: Wed Sep 09, 2020 8:55 pm
by johnwayne
@Pablo thanks, I thought it might be something like that.
@pajadt thanks for the tip to expand depth, I will try that.
Re: nesting depth limitation of layout grid vs other tools
Posted: Wed Sep 09, 2020 9:03 pm
by johnwayne
@pajadt that works perfectly! thanks