Edit

Share via


ListView

The ListView control provides the infrastructure to display a set of data items in different layouts or views.

The following illustration shows a ListView.

Screenshot that shows a ListView with GridView output.

In This Section

Overviews How-to Topics

Reference

ListView ListViewItem GridView

Data Binding Overview Data Templating Overview


Additional resources

Documentation

  • ListView Overview - WPF

    Learn about the Windows Presentation Foundation ListView control, which provides the infrastructure to display data items in different layouts or views.

  • ListBox - WPF

    Learn about the ListBox control in Windows Presentation Foundation (WPF), which provides users with a selectable lists of items.

  • How to: Create a Custom View Mode for a ListView - WPF

    Learn how to create a custom view mode for a ListView by means of the included code examples in C#, Visual Basic, and XAML.

  • ListView How-to Topics - WPF

    Learn how to use the ListView control to display a set of data items in a Windows Presentation Foundation (WPF) application.