Skip to content

Commit 92d9077

Browse files
ES-975464 - Added the image
1 parent 838929e commit 92d9077

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# How to populate nodes without binding data as unbound mode in WPF TreeView
1+
# How to Populate Nodes Without Binding Data as Unbound Mode in WPF TreeView?
22

3-
This repository describes how to populate nodes without binding data as unbound mode in WPF TreeView (SfDataGrid).
3+
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 `SfTreeView` 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 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
@@ -58,4 +58,6 @@ You can create and manage the [TreeViewNode](https://help.syncfusion.com/cr/wpf/
5858
</Syncfusion:SfTreeView>
5959
</Grid>
6060
</Window>
61-
```
61+
```
62+
63+
![TreeView populated without datasource](TreeViewWithoutDataSource.png)

TreeViewWithoutDataSource.png

15.7 KB
Loading

0 commit comments

Comments
 (0)