Skip to content

Commit 2c72f26

Browse files
ES-975464 - Addressed the concerns and added the image
1 parent c488c7e commit 2c72f26

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,12 @@ You can directly set the checkbox state by setting the [TreeViewNode.IsChecked](
7070
<Grid>
7171
<CheckBox x:Name="CheckBox" FocusVisualStyle="{x:Null}"
7272
IsChecked="{Binding IsChecked, Mode=TwoWay}" Content="{Binding Content}"/>
73-
7473
</Grid>
7574
</DataTemplate>
7675
</syncfusion:SfTreeView.ItemTemplate>
7776
</syncfusion:SfTreeView>
7877
</Grid>
7978
</Window>
80-
```
79+
```
80+
81+
![Showing TreeView with Checkboxes](TreeViewWithCheckBox.png)

TreeViewWithCheckBox.png

21.8 KB
Loading

0 commit comments

Comments
 (0)