src/FingersDance.Views/TimelineView.xaml
changeset 124 14b058fc64fc
parent 115 1e87bcfec117
child 128 90c29e979ef4
child 143 9f157d9c725b
equal deleted inserted replaced
123:8af72b302e0a 124:14b058fc64fc
     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" x:Name="listview" >
     8                   ItemsSource="{Binding}" Background="{x:Null}" BorderThickness="0" x:Name="listview" ScrollViewer.HorizontalScrollBarVisibility="Hidden">
     9 
     9 
    10             <ListView.ItemTemplate>
    10             <ListView.ItemTemplate>
    11                 <DataTemplate>
    11                 <DataTemplate>
    12                     <vw:TimelineAnnotationView/>
    12                     <vw:TimelineAnnotationView/>
    13                 </DataTemplate>
    13                 </DataTemplate>