Do not expand elements tree by default.

This commit is contained in:
Daniel Kraus 2015-08-10 09:18:36 +02:00
parent 947b53cf97
commit 53d13b394e
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
<TreeView ItemsSource="{Binding Elements}">
<TreeView.ItemContainerStyle>
<Style TargetType="{x:Type TreeViewItem}">
<Setter Property="IsExpanded" Value="True" />
<!--<Setter Property="IsExpanded" Value="True" />-->
<Setter Property="IsSelected" Value="{Binding IsSelected, Mode=TwoWay}" />
</Style>
</TreeView.ItemContainerStyle>