Initial WPF content migrated (#17)

* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
This commit is contained in:
Andy De George
2020-09-04 09:46:28 -07:00
committed by GitHub
parent dba50d6bf1
commit da363692ff
8215 changed files with 508408 additions and 11 deletions
@@ -0,0 +1,36 @@
---
title: "ListView How-to Topics"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "controls [WPF], ListView"
- "ListView controls [WPF], how-to topics"
ms.assetid: 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](how-to-sort-a-gridview-column-when-a-header-is-clicked.md)
[Create a Custom View Mode for a ListView](how-to-create-a-custom-view-mode-for-a-listview.md)
[Use Templates to Style a ListView That Uses GridView](how-to-use-templates-to-style-a-listview-that-uses-gridview.md)
[Create a Style for a Dragged GridView Column Header](how-to-create-a-style-for-a-dragged-gridview-column-header.md)
[Display ListView Contents by Using a GridView](how-to-display-listview-contents-by-using-a-gridview.md)
[Use Triggers to Style Selected Items in a ListView](how-to-use-triggers-to-style-selected-items-in-a-listview.md)
[Create ListViewItems with a CheckBox](how-to-create-listviewitems-with-a-checkbox.md)
[Display Data by Using GridViewRowPresenter](how-to-display-data-by-using-gridviewrowpresenter.md)
[Group Items in a ListView That Implements a GridView](how-to-group-items-in-a-listview-that-implements-a-gridview.md)
[Style a Row in a ListView That Implements a GridView](how-to-style-a-row-in-a-listview-that-implements-a-gridview.md)
[Change the Horizontal Alignment of a Column in a ListView](how-to-change-the-horizontal-alignment-of-a-column-in-a-listview.md)
[Handle the MouseDoubleClick Event for Each Item in a ListView](how-to-handle-the-mousedoubleclick-event-for-each-item-in-a-listview.md)
## Reference
<xref:System.Windows.Controls.ListView>
<xref:System.Windows.Controls.ListViewItem>
<xref:System.Windows.Controls.GridView>
## Related Sections
[ListView Overview](listview-overview.md)