Widget: ListView (and relative types of lists) do not behave as you would expect

The list view is used to display large collections of items (thousands) while only using as many widgets as you have visible rows on screen, repurposing them. This is why it works the way it does.

If you don’t need this then throw a vertical box in a scroll box and call it a day.

1 Like