checked checkboxes Will be Unchecked when i scroll scrollview
-
hi, i found a bug, i have a scrollview and listview
in each item there is a checkbox
when i scroll any checkbox that i checked will be uncheckedi checked here
now i scroll
now is unchecked |:
please help me to solve this
-
@qAminzzz it's not a bug.
the elements are destroyed when you scroll them off screen and newly created when you scroll back.
The solution is to store the checked state outside of the delegate. Probably in the model in this case