Hello. I'm using `GridView` (from controlsfx) with...
# javafx
m
Hello. I'm using
GridView
(from controlsfx) with a custom cell. The cell
updateItem
method is being called continuously. Do you have any idea of what could be the cause? The cell has a
graphic
content which depends on the type of the item.