diff --git a/Samples/SimpleEditSample/MainWindow.xaml b/Samples/SimpleEditSample/MainWindow.xaml index fd483f3..4dfbdcc 100644 --- a/Samples/SimpleEditSample/MainWindow.xaml +++ b/Samples/SimpleEditSample/MainWindow.xaml @@ -4,12 +4,15 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:Controls="clr-namespace:System.Windows.Controls;assembly=DotNetProjects.TreeViewEx" xmlns:Model="clr-namespace:W7StyleSample.Model" - Title="MainWindow" Height="350" Width="261" + Title="MainWindow" Height="350" Width="521" AutomationProperties.Name="TestApp2Window" > - - + + + + + + - - - - - - - + SelectedItems="{Binding SelectedItems}" + ItemsSource="{Binding FirstNode.Children}"> + + + + + + + + +