ListView Delegate and databing on model deletion
Unsolved
QML and Qt Quick
-
Hi everyone,
Is it possible to delete the actual delegate of a listview before the model is deleted ?
On my listview , when i remove an item from the associated model, the runtime still perfoms a databinding on the delegate despite the fact that the model is null.
I am not using any pooled component and my reuseItems property is set to false ( value by default )
Thank you in advance for you help
Regards