There you're targeting a TreeCell, not a specific ...
# tornadofx
e
There you're targeting a TreeCell, not a specific item. If you want to do something just for a specific item you'd have to add/remove a class to that specific cell, or add your own graphic using cellFormat for example and assign a node with a style to the
graphic
property.