ScrollBar in TLF
I'm a noobie when it comes to code but I'm catching on quickly. One thing I don't understand is why when I've dynamically created the textFlow and all of it's paragraphs and spans in code, there is no simple way to add a scroll bar to that text. Sure, I can get it to scroll with
controller.verticalScrollPolicy=ScrollPolicy.AUTO;
But the scrollbar doesn't appear, even when there is plenty of text to scroll.
Do I have to put the entire container into a scrollpane to make this work or is there something more simple?
