src/FingersDance.Views/TimelineView.xaml
changeset 169 3a407c966e57
parent 166 33c2e634df13
child 175 1d4b6d6474d5
equal deleted inserted replaced
168:d70ee2002f75 169:3a407c966e57
     1 <UserControl x:Class="FingersDance.Views.TimelineView"
     1 <UserControl x:Class="FingersDance.Views.TimelineView"
     2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
     2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
     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     xmlns:Custom="http://schemas.microsoft.com/surface/2008">
     5     xmlns:Custom="http://schemas.microsoft.com/surface/2008"
       
     6     Width="1700" >
     6     <UserControl.Resources>
     7     <UserControl.Resources>
     7         <DataTemplate x:Key="slbDataTemplate">
     8         <DataTemplate x:Key="slbDataTemplate">
     8             <vw:TimelineAnnotationView/>
     9             <vw:TimelineAnnotationView/>
     9         </DataTemplate>
    10         </DataTemplate>
    10         <ItemsPanelTemplate x:Key="slbItemsPanelTemplate">
    11         <ItemsPanelTemplate x:Key="slbItemsPanelTemplate">