equal
deleted
inserted
replaced
15 <StackPanel Orientation="Horizontal"/> |
15 <StackPanel Orientation="Horizontal"/> |
16 |
16 |
17 </ItemsPanelTemplate> |
17 </ItemsPanelTemplate> |
18 </UserControl.Resources> |
18 </UserControl.Resources> |
19 <Grid> |
19 <Grid> |
20 <Custom:SurfaceListBox Background="{x:Null}" x:Name="listview" ScrollViewer.HorizontalScrollBarVisibility="Hidden" BorderThickness="2" |
20 <Custom:SurfaceListBox Background="{x:Null}" x:Name="listview" x:FieldModifier="public" ScrollViewer.HorizontalScrollBarVisibility="Hidden" BorderThickness="2" |
21 ItemsSource="{Binding Path=AnnotList}" ItemTemplate="{StaticResource slbDataTemplate}" ItemsPanel="{StaticResource slbItemsPanelTemplate}" |
21 ItemsSource="{Binding Path=AnnotList}" ItemTemplate="{StaticResource slbDataTemplate}" ItemsPanel="{StaticResource slbItemsPanelTemplate}" |
22 PreviewContactDown="listview_PreviewContactDown"> |
22 > |
23 |
23 |
24 </Custom:SurfaceListBox> |
24 </Custom:SurfaceListBox> |
25 <!--ListView DataContext="{Binding Path=AnnotList}" |
25 <!--ListView DataContext="{Binding Path=AnnotList}" |
26 ItemsSource="{Binding}" Background="{x:Null}" BorderThickness="0" x:Name="listview" ScrollViewer.HorizontalScrollBarVisibility="Hidden"> |
26 ItemsSource="{Binding}" Background="{x:Null}" BorderThickness="0" x:Name="listview" ScrollViewer.HorizontalScrollBarVisibility="Hidden"> |
27 |
27 |