openjfx / openjfx-docs

Getting started guide for JavaFX 11
BSD 3-Clause "New" or "Revised" License
96 stars 25 forks source link

TableView Scroll to bottom issue and adding graphics to the cell #227

Open ahmedmashaikhi opened 1 year ago

ahmedmashaikhi commented 1 year ago

Now we reach javafx19 and still have the same issue with regards to scrolling to the bottom of tableview and also adding graphics to the cells. I get the same error: javafx.scene.control.skin.VirtualFlow addTrailingCells INFO: index exceeds maxCellCount. Check size calculations for class javafx.scene.control.TableRow

is there any final solution to this error?