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