Always choose a GridView (over a ListBox) because it can have:
❌ Figure: Bad example - No header rows and no checkbox to check or uncheck all items. None of this can be done with the ListView
✅ Figure: Good example - A header row and a checkbox to control all items, and multiple columns give users a richer experience. This can all be done using a GridView