Skip to content

Do not set up a recycler if the view has reuseItems

Aleix Pol Gonzalez requested to merge work/do-not-recycle-when-reuse into master

This way we can let QtDeclarative take care of reusing the delegates which spawns much less warnings when delegates go out of view.

Not making it default because it requires delegates to be adapted, as the current implementation enforces the delegate width but ListView doesn't.

Merge request reports