<@U5WPB8H99> Do you want to set just the text of t...
# tornadofx
e
@jschneider Do you want to set just the text of the label or the graphics as well? When I just want the text, I'll usually create a stringbinding to represent the value I want. I usually deal with the graphics property the same way. Maybe there is a use case for a more direct cellFormat function, so that you can pass in any property you want, and instead of a converter, you can access the label and configure it as you want?