Do not expand elements tree by default.
This commit is contained in:
parent
947b53cf97
commit
53d13b394e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user