Marcin Wisniowski
08/27/2017, 3:17 PMisFitToWidth = 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. 😞