abhinay
02/12/2018, 5:50 AMcellFormat {
graphic = cache { it }
}
with
cellFormat {
graphic = it
}
things run fine. This makes sense because VirtualFlow reuses cells. In this case, the items are cached and don't get updated as you scroll through the VirtualFlow.