As reported in FXMisc/RichTextFX#535, binding two Vertical-Gravity Virtualized content's estimatedScrollY properties bidirectionally doesn't update them correctly. If the call is prop1.bindBidirectionally(prop2), the two values will be correct whenever prop1 scrolls but not when prop2 scrolls.
As reported in FXMisc/RichTextFX#535, binding two Vertical-Gravity Virtualized content's
estimatedScrollYproperties bidirectionally doesn't update them correctly. If the call isprop1.bindBidirectionally(prop2), the two values will be correct wheneverprop1scrolls but not whenprop2scrolls.