<@U0F3291QE> I'll be looking at the pool over the ...
# tornadofx
c
@edvin I'll be looking at the pool over the weekend, maybe as a general JavaFX blog post. I think that's going to give me the hook for keeping ListCell in sync with Fragment. I know there's a one-to-one correspondence that would make "val itemFragment" attractive, but I can't see how to clean up with that scheme at least from my testing. It seems like a new ListCell with a new ItemFragment can be created on the same item without freeing any other similar Cell/Fragment pairs. The pool idea would proactively clean up the ListCell's itemFragment (unbind, etc) when it pulls from the pool and then re-set the fragment.