From c2089c33ca1755460873f88daa23dd4ca69a819a Mon Sep 17 00:00:00 2001 From: Sreemon Premkumar M Date: Fri, 22 Aug 2025 17:04:32 +0530 Subject: [PATCH] ES-975464 - Resolve the ReadMe issue in this sample repository --- README.md | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 57 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a304aee..f9341cb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,57 @@ -# How to populate nodes with binding to a data in wpf treeview? -This repository describes how to populate nodes with binding to a data in wpf treeview +# How to populate nodes with binding to a data in WPF TreeView + +This repository describes how to populate nodes with binding to a data in [WPF TreeView](https://www.syncfusion.com/wpf-controls/treeview) (SfTreeView) + +To create a tree view using data binding, set a hierarchical data collection to the [ItemsSource](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeView.SfTreeView.html#Syncfusion_UI_Xaml_TreeView_SfTreeView_ItemsSource) property. And set the child object name to the [ChildPropertyName](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeView.SfTreeView.html#Syncfusion_UI_Xaml_TreeView_SfTreeView_ChildPropertyName) property. + +``` xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +``` \ No newline at end of file