mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-05 16:06:10 +02:00
* 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
27 lines
1.1 KiB
Markdown
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
|