Closed livotov closed 5 years ago
yes Listview only creates objects that are visible and destroys all others you have to store cell fold bool
state in your model object and there is unfoldCell
property you can set that to your model property
I can create demo for you if you want?
Thanks, got it. No demo needed .
In a ListView, if I'll unfold one item and then scroll far down and then back - item state is lost and the card becomes folded again. Is there any way to fix this?
Otherwise - great plugin!