Hidden Component Taking Space When Appears #1472
Answered
by
FalkWolsky
umutyorulmaz
asked this question in
Q&A
|
Please see the video recording, I have my components placed in the canvas spaced with 4 boxes in between each other, there are also hidden components but when they show up it eats the space, it doesnt keep the 4 boxes space with the next one. Any suggestion please? Screen.Recording.2025-01-29.at.12.55.26.PM.mov |
Answered by
FalkWolsky
Jan 31, 2025
Replies: 1 comment
|
Here you need to make a "trick"... |
0 replies
Answer selected by
FalkWolsky
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here you need to make a "trick"...
To get the layout without that hidden components consuming space, you would need "manually" to hid them in the editor (just use the hide property and write there a "true"). After that you can organize them vertically, pretty much on the same height. By this - if they later become visible - they will then take the space - but not as long as hidden.
It is a bit tricky to edit like this - but possible.