src/FingersDance.Views/TimelineView.xaml
changeset 79 b13d98b59241
parent 74 7ce946833eae
child 115 1e87bcfec117
equal deleted inserted replaced
77:e95e916eb018 79:b13d98b59241
     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="Black" BorderThickness="0" >
     8                   ItemsSource="{Binding}" Background="{x:Null}" BorderThickness="0" >
     9 
     9 
    10             <ListView.ItemTemplate>
    10             <ListView.ItemTemplate>
    11                 <DataTemplate>
    11                 <DataTemplate>
    12                     <vw:TimelineAnnotationView/>
    12                     <vw:TimelineAnnotationView/>
    13                 </DataTemplate>
    13                 </DataTemplate>