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
javafx.scene.control.skin.VirtualFlow addTrailingCells INFO: index exceeds maxCellCount. Check size calculations for class javafx.scene.control.skin.ListViewSkin$2
#219
Open
ahmedmashaikhi opened this issue
Apr 20, 2022
· 1 comment
This INFO is Issued after repopulating the backing list array the second time but not on subsequent repopulating passes with fewer elements. The array is repopulated by clearing it and adding one new member at a time.
Still, ListView Scroll to the last item shows this above error during resizing using JavaFX 18
The text was updated successfully, but these errors were encountered: