In resizeColumns.forEach { resizer.invoke(skin, it...
# tornadofx
e
In resizeColumns.forEach { resizer.invoke(skin, it, maxRows) }, you pass in the TornadoFXColumn instead of the actual JavaFX column type. We need to expose that from the wrapper.