Skip to content

Commit 2d402fc

Browse files
Update README.md
1 parent 92d9077 commit 2d402fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repository describes how to populate nodes without binding data as unbound mode in [WPF TreeView](https://www.syncfusion.com/wpf-controls/treeview) (SfTreeview).
44

5-
You can create and manage the [TreeViewNode](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeView.Engine.TreeViewNode.html) objects by yourself to display the data in a hierarchical view. To create a tree view, you use a `TreeView` control and a hierarchy of `TreeViewNode` objects. You create the node hierarchy by adding one or more root nodes to the SfTreeView.Nodes collection. Each `TreeViewNode` can have more nodes added to its Children collection. You can nest tree view nodes to whatever depth you require.
5+
You can create and manage the [TreeViewNode](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeView.Engine.TreeViewNode.html) objects by yourself to display the data in a hierarchical view. To create a tree view, you use a `TreeView` control and a hierarchy of `TreeViewNode` objects. You create the node hierarchy by adding one or more root nodes to the [SfTreeView.Nodes](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeView.SfTreeView.html#Syncfusion_UI_Xaml_TreeView_SfTreeView_Nodes) collection. Each `TreeViewNode` can have more nodes added to its Children collection. You can nest tree view nodes to whatever depth you require.
66

77
``` xml
88
<Window
@@ -60,4 +60,4 @@ You can create and manage the [TreeViewNode](https://help.syncfusion.com/cr/wpf/
6060
</Window>
6161
```
6262

63-
![TreeView populated without datasource](TreeViewWithoutDataSource.png)
63+
![TreeView populated without datasource](TreeViewWithoutDataSource.png)

0 commit comments

Comments
 (0)