I'm fighting with this for hours now and cannot ma...
# tornadofx
m
I'm fighting with this for hours now and cannot make it work. I have a ScrollPane with a bunch of Nodes (like Labels) inside, I set
isFitToWidth = true
so it only scrolls vertically and the width of the ScrollPane should be the same as the width of the content, but the ScrollPane always ends up a few pixels short of the content width, which causes my Labels to ellipsize for example. This sounds like a very simple thing but I can't make it work. How do I make a ScrollPane fit to the width of it's content (because I only want vertical scrolling)? Surely I'm missing something. 😞