isVisible will only make sure the node is not visi...
# tornadofx
e
isVisible will only make sure the node is not visible, it will still take up space. Whether
prefWidth
is honored depends on the container it is in I think. Is this View part of a bigger scene graph? How does it look?