Is it possible to register scrolling listener for StyleClassedTextArea (and the rest of the RichTextFx family panes) ?
Could you give me example how to do that ?
Common approach from TextArea doesn't work.
In version 0.7M1 you can register listeners with the estimatedScrollXProperty()
and estimatedScrollYProperty()
. I don't know if there is a way in earlier versions.