diff --git a/README.md b/README.md index 8aaf61c..486673e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,81 @@ -# How to work with checkboxes in unbound mode in wpf treeview? -This example describes how to work with check boxes in unbound mode in wpf treeview +# How to work with checkboxes in unbound mode in WPF TreeView + +This example describes how to work with check boxes in unbound mode in [WPF TreeView](https://www.syncfusion.com/wpf-controls/treeview) (SfTreeView). + +You can directly set the checkbox state by setting the [TreeViewNode.IsChecked](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeView.Engine.TreeViewNode.html#Syncfusion_UI_Xaml_TreeView_Engine_TreeViewNode_IsChecked) property value while creating nodes. + +``` xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +``` + +![Showing TreeView with Checkboxes](TreeViewWithCheckBox.png) \ No newline at end of file diff --git a/TreeViewWithCheckBox.png b/TreeViewWithCheckBox.png new file mode 100644 index 0000000..487a848 Binary files /dev/null and b/TreeViewWithCheckBox.png differ