Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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 unchecked
i 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