Is there a version of ListView that keeps all the widgets alive? Currently I’m experiencing problems because of the virtualisation, where I click on one widget and it also selects the neighbouring widget. This only occurs once the elements have left vision for the first time and come back into view.
I’m assuming it’s to do with some fancy way the list view re-uses widgets for different items. However, I don’t plan to have many widgets, and it’d be much easier for me to use a container that does what I need instead of refactoring my design to fix this.