Add IsExpanded property to ElementViewModel.
This commit is contained in:
		@@ -95,7 +95,7 @@
 | 
			
		||||
                <TreeView ItemsSource="{Binding Elements}">
 | 
			
		||||
                    <TreeView.ItemContainerStyle>
 | 
			
		||||
                        <Style TargetType="{x:Type TreeViewItem}">
 | 
			
		||||
                            <!--<Setter Property="IsExpanded" Value="True" />-->
 | 
			
		||||
                            <Setter Property="IsExpanded" Value="{Binding IsExpanded, Mode=TwoWay}" />
 | 
			
		||||
                            <Setter Property="IsSelected" Value="{Binding IsSelected, Mode=TwoWay}" />
 | 
			
		||||
                            <Setter Property="ToolTip" Value="{Binding ToolTip}" />
 | 
			
		||||
                        </Style>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user