Skip to content

Commit a8e993b

Browse files
ES-975464 - Added the image
1 parent 1ab3b0d commit a8e993b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CustomizingNodesBasedOnLevels.png

13.3 KB
Loading

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# How to customize the style of tree nodes based on its level using converter in WPF TreeView
1+
# How to Customize the Style of Tree Nodes Based on its Level Using Converter in WPF TreeView?
22

33
This repository describes how to customize the style of tree nodes based on its level using converter in [WPF TreeView](https://www.syncfusion.com/wpf-controls/treeview) (SfTreeView).
44

@@ -41,4 +41,6 @@ public class FontAttributeConverter : IValueConverter
4141
throw new NotImplementedException();
4242
}
4343
}
44-
```
44+
```
45+
46+
![Customized the tree node style based on the levels](CustomizingNodesBasedOnLevels.png)

0 commit comments

Comments
 (0)