How to hide a node in layout? #889
Unanswered
linrongbin16
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, here is my question:
A parent node A, has 3 children nodes B,C,D.
At a time, A only shows B and C inside it. In another time, A only shows D. So I have to hide D when displaying B+C, and hide B+C when displaying D.
Guess one solution is using "insert_child"/"remove_child" to temporarily remove the child node and insert it back. But I still wonder if there's any other solutions such as using something like "z-index" or "hidden" properties to hide it?
Beta Was this translation helpful? Give feedback.
All reactions