Files
docs-desktop/dotnet-desktop-guide/framework/wpf/controls/treeview-how-to-topics.md
T
Andy De George da363692ff 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
2020-09-04 09:46:28 -07:00

27 lines
1.1 KiB
Markdown

---
title: "TreeView How-to Topics"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "controls [WPF], TreeView"
- "TreeView control [WPF], how-to topics"
ms.assetid: b9e9790e-7bfd-45d1-8b7a-1e0d125182a8
---
# TreeView How-to Topics
The topics in this section describe how to use the <xref:System.Windows.Controls.TreeView> control to display information in a hierarchical structure.
## In This Section
[Create Simple or Complex TreeViews](how-to-create-simple-or-complex-treeviews.md)
[Use SelectedValue, SelectedValuePath, and SelectedItem](how-to-use-selectedvalue-selectedvaluepath-and-selecteditem.md)
[Bind a TreeView to Data That Has an Indeterminable Depth](how-to-bind-a-treeview-to-data-that-has-an-indeterminable-depth.md)
[Improve the Performance of a TreeView](how-to-improve-the-performance-of-a-treeview.md)
[Find a TreeViewItem in a TreeView](how-to-find-a-treeviewitem-in-a-treeview.md)
## Reference
<xref:System.Windows.Controls.TreeView>
<xref:System.Windows.Controls.TreeViewItem>
## Related Sections