#shrink NodeBundle UI to only visible elements?

5 messages · Page 1 of 1 (latest)

ocean lintel
#

If I'm toggling things off/on in terms of their Visibility, is it possible to shrink space of grids and flexboxes based on the Visibility of the inner node? I'm trying to avoid despawning and spawning things as the Ui changes shape based on user interaction.

winged moat
ocean lintel
#

@winged moat so if i'm using grid and flex for parent nodes, would i just need this to be applied to the inner child node displays? or would i need to hotchange the display of the parents?

winged moat
#

As I understand this is property of the inner node, that tells parents wheter to arrange for them or not. So it should be enough to just do it on the elements.

ocean lintel
#

ok, let me give it a try.. i'll report back.. thanks.