src/FingersDance.Views/TimelineView.xaml
changeset 115 1e87bcfec117
parent 79 b13d98b59241
child 124 14b058fc64fc
--- a/src/FingersDance.Views/TimelineView.xaml	Thu Sep 24 17:48:07 2009 +0200
+++ b/src/FingersDance.Views/TimelineView.xaml	Thu Sep 24 18:09:01 2009 +0200
@@ -5,7 +5,7 @@
     >
     <Grid>
         <ListView DataContext="{Binding Path=AnnotList}"
-                  ItemsSource="{Binding}" Background="{x:Null}" BorderThickness="0" >
+                  ItemsSource="{Binding}" Background="{x:Null}" BorderThickness="0" x:Name="listview" >
 
             <ListView.ItemTemplate>
                 <DataTemplate>