Skip to content

Commit 91fda65

Browse files
ES-999593 - Resolved the ReadMe file changes in the sample repository
1 parent 345c881 commit 91fda65

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# How to create a Outlook demo using WPF TreeView?
22

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).
44

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`.
106

7+
```xml
118
<Window.Resources>
129
<BooleanToVisibilityConverter x:Key="BooleanToVisibilityConverter" />
1310
<local:BoolToVisibilityMultiConverter x:Key="BoolToVisibilityMultiConverter" />
@@ -274,4 +271,4 @@ class ItemTemplateSelector : DataTemplateSelector
274271
![SfTreeView with Outlook appearance](OutlookImage.png)
275272

276273
## Requirements to run the demo
277-
Visual Studio 2015 and above versions
274+
Visual Studio 2015 and above versions

0 commit comments

Comments
 (0)