src/FingersDance.Views/TimelineView.xaml
changeset 115 1e87bcfec117
parent 79 b13d98b59241
child 124 14b058fc64fc
equal deleted inserted replaced
114:8262d9756231 115:1e87bcfec117
     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>