Join Slack
Powered by
In resizeColumns.forEach { resizer.invoke(skin, it...
# tornadofx
e
edvin
09/10/2017, 12:48 PM
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.
Open in Slack
Previous
Next