You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I had this same issue, but i found a workaround it, i used a listener on the estimatedScrollYProperty and then updated the other area using setValue as shown:
As reported in FXMisc/RichTextFX#535, binding two Vertical-Gravity Virtualized content's
estimatedScrollY
properties bidirectionally doesn't update them correctly. If the call isprop1.bindBidirectionally(prop2)
, the two values will be correct wheneverprop1
scrolls but not whenprop2
scrolls.The text was updated successfully, but these errors were encountered: