We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c488c7e commit 2c72f26Copy full SHA for 2c72f26
README.md
@@ -70,11 +70,12 @@ You can directly set the checkbox state by setting the [TreeViewNode.IsChecked](
70
<Grid>
71
<CheckBox x:Name="CheckBox" FocusVisualStyle="{x:Null}"
72
IsChecked="{Binding IsChecked, Mode=TwoWay}" Content="{Binding Content}"/>
73
-
74
</Grid>
75
</DataTemplate>
76
</syncfusion:SfTreeView.ItemTemplate>
77
</syncfusion:SfTreeView>
78
79
</Window>
80
-```
+```
+
81
+
TreeViewWithCheckBox.png
21.8 KB
0 commit comments