Yes, to not take up space you need to set it's `ma...
# tornadofx
r
Yes, to not take up space you need to set it's
managed
state as well. TornadoFX has a helper for setting both:
Copy code
bottom {
    label("visible when active").removeWhen(active.not())
}