Display collections in Xamarin.Forms apps by using ListView

Intermediate
Developer
Xamarin
.NET
Visual Studio

Use ListView to display a scrollable list of data that you can dynamically modify.

Learning objectives

In this module, you will:

  • Create a ListView control and populate it with items
  • Respond when the user interacts with the ListView control
  • Customize the appearance of a ListView row by using built-in cell types

Prerequisites

  • Visual Studio 2019 (any edition)
  • Familiarity with C# and .NET