Now I’ve found The Magic Spell… ``` ce...
# tornadofx
o
Now I’ve found The Magic Spell…
Copy code
cellFormat {
                text = it.toString()
                graphic = imageview(defaultIcon)
            }
Passing
ImageView
to
TreeItem
constructor didn’t work.
👍 1