Generally speaking from the way TornadoFX is, or a...
# tornadofx
p
Generally speaking from the way TornadoFX is, or at least how I use it, it's more of a MMVC. the controller fetches data and puts it in the model, and the view holds the model, there's never really any need for the controller to directly manipulate the view.
m
@pike Do you have any examples of this in github?
p
read the TornadoFX guide about the itemviewmodel