https://kotlinlang.org logo
e

edvin

09/22/2016, 11:11 AM
@carlw That sounds reasonable, but you don't need to subclass ListCell to do this, just override
cellFormat
. I will also introduce a
cellCache
feature to ListView so you can simply return the ItemFragment and don't need to think about caching manually or even overriding ListCell. You can remove half the boilerplate right now by using
cellFormat
and the rest of it tomorrow when I have the
cellCache
done 🙂