FXMisc / Flowless

Efficient VirtualFlow for JavaFX
BSD 2-Clause "Simplified" License
185 stars 38 forks source link

Fix wrapped text scrollbar flicker #113

Closed Jugen closed 1 year ago

Jugen commented 2 years ago

Fixes FXMisc/richtextfx#1141 Wrapped text causes screen and scrollbar flickering, Fixes FXMisc/richtextfx#1136 How to scroll two CodeAreas simultaneously

Also readdresses https://github.com/FXMisc/Flowless/issues/43 (and https://github.com/FXMisc/RichTextFX/issues/535) Bidirectional binding of length properties does not update both values correctly.

Changed averageLengthEstimate and totalLengthEstimate calculation process to avoid intermediary updates during cell refresh.