equal
deleted
inserted
replaced
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
4 xmlns:vw="clr-namespace:FingersDance.Views" |
4 xmlns:vw="clr-namespace:FingersDance.Views" |
5 > |
5 > |
6 <Grid> |
6 <Grid> |
7 <ListView DataContext="{Binding Path=AnnotList}" |
7 <ListView DataContext="{Binding Path=AnnotList}" |
8 ItemsSource="{Binding}" Background="{x:Null}" BorderThickness="0" > |
8 ItemsSource="{Binding}" Background="{x:Null}" BorderThickness="0" x:Name="listview" > |
9 |
9 |
10 <ListView.ItemTemplate> |
10 <ListView.ItemTemplate> |
11 <DataTemplate> |
11 <DataTemplate> |
12 <vw:TimelineAnnotationView/> |
12 <vw:TimelineAnnotationView/> |
13 </DataTemplate> |
13 </DataTemplate> |