Skip to content

Commit

Permalink
Docu update
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Oct 13, 2024
1 parent 0b10a93 commit da2e02a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/Demo/Shared/Pages/TreeView/TreeViewPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@
</p>
</blockquote>

<p>
When using a TreeView with dynamic items, always use th <code>Items</code> collection to define the tree structure. The <code>FluentTreeItem</code> component should only be used to define the tree nodes when the tree structure is static.
</p>
<h2 id="example">Examples</h2>

<DemoSection Title="Default with event handling" Component="@typeof(TreeViewDefault)" />

<DemoSection Title="With Items" Component="@typeof(TreeViewWithItems)" />
<DemoSection Title="Dynamic tree generation via Items" Component="@typeof(TreeViewWithItems)" />

<DemoSection Title="With Unlimited Items" Component="@typeof(TreeViewWithUnlimitedItems)" />

Expand Down

0 comments on commit da2e02a

Please sign in to comment.