mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 01:07:58 +01:00
@@ -8,7 +8,7 @@
|
||||
<title>Tree View </title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Tree View ">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
<meta name="generator" content="docfx 2.59.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
@@ -73,7 +73,7 @@
|
||||
<h1 id="tree-view">Tree View</h1>
|
||||
|
||||
<p>TreeView is a control for navigating hierarchical objects. It comes in two forms <code>TreeView</code> and <code>TreeView<T></code>.</p>
|
||||
<p><a href="/api/Terminal.Gui/Terminal.Gui.TreeView.html">TreeView API Reference</a></p>
|
||||
<p><a href="../api/Terminal.Gui/Terminal.Gui.TreeView.html">TreeView API Reference</a></p>
|
||||
<h2 id="using-treeview">Using TreeView</h2>
|
||||
<p>The basic non generic TreeView class is populated by <code>ITreeNode</code> objects. The simplest tree you can make would look something like:</p>
|
||||
<pre><code class="lang-csharp">var tree = new TreeView()
|
||||
|
||||
Reference in New Issue
Block a user