Question
How do I disable scrolling on StyleableTextField
Not having much joy. I've tried _textfield.setStyle("verticalScrollPolicy", "off");
Normally I would set _textfield.mouseEnabled = false, but the field may have hyperlinks that need to be clicked.
