You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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?
2
2
3
3
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).
4
4
@@ -41,4 +41,6 @@ public class FontAttributeConverter : IValueConverter
41
41
thrownewNotImplementedException();
42
42
}
43
43
}
44
-
```
44
+
```
45
+
46
+

0 commit comments