Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 2.14 KB

listview-how-to-topics.md

File metadata and controls

41 lines (32 loc) · 2.14 KB
title description ms.date f1_keywords helpviewer_keywords ms.assetid
ListView How-to Topics
Learn how to use the ListView control to display a set of data items in a Windows Presentation Foundation (WPF) application.
03/30/2017
AutoGeneratedOrientationPage
controls [WPF], ListView
ListView controls [WPF], how-to topics
aafce40c-9bfe-45ec-86a3-599616a11276

ListView How-to Topics

The topics in this section describe how to use the xref:System.Windows.Controls.ListView control to display a set of data items.

In This Section

Sort a GridView Column When a Header Is Clicked
Create a Custom View Mode for a ListView
Use Templates to Style a ListView That Uses GridView
Create a Style for a Dragged GridView Column Header
Display ListView Contents by Using a GridView
Use Triggers to Style Selected Items in a ListView
Create ListViewItems with a CheckBox
Display Data by Using GridViewRowPresenter
Group Items in a ListView That Implements a GridView
Style a Row in a ListView That Implements a GridView
Change the Horizontal Alignment of a Column in a ListView
Handle the MouseDoubleClick Event for Each Item in a ListView

Reference

xref:System.Windows.Controls.ListView

xref:System.Windows.Controls.ListViewItem

xref:System.Windows.Controls.GridView

Related Sections

ListView Overview