<@U25U0KPFT> I finally solved it :slightly_smiling...
# tornadofx
e
@carlw I finally solved it 🙂 The issue I was having was that
cell.updateItem
is not called with a null value for cells that are no longer used, so I was having a hard time unbinding for cells that where previously bound but then suddenly not used. This was easily solved by listening to the indexProperty in the cell, since it will receive index -1 when it's not used. I'll post some code shortly!