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-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,10 @@
1
1
# How to create a Outlook demo using WPF TreeView?
2
2
3
-
## About the sample
3
+
This sample illustrates how to create a Outlook demo using [WPF TreeView](https://www.syncfusion.com/wpf-controls/treeview) (SfTreeView).
4
4
5
-
This sample illustrates how to create a Outlook demo using SfTreeView.
6
-
7
-
[WPF TreeView](https://www.syncfusion.com/wpf-controls/treeview) (SfTreeView) allows to customize the appearance of each item with different templates based on specific constraints by using the [ItemTemplateSelector](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeView.SfTreeView.html#Syncfusion_UI_Xaml_TreeView_SfTreeView_ItemTemplateSelector). To customize the SfTreeView to get an outlook like appearance, you can create and choose different DataTemplate for expander and the mail item at runtime using ItemTemplateSelector.
8
-
9
-
```Xaml
5
+
`TreeView` allows to customize the appearance of each item with different templates based on specific constraints by using the [ItemTemplateSelector](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeView.SfTreeView.html#Syncfusion_UI_Xaml_TreeView_SfTreeView_ItemTemplateSelector). To customize the SfTreeView to get an outlook like appearance, you can create and choose different `DataTemplate` for expander and the mail item at runtime using `ItemTemplateSelector`.
0 commit comments