equal
deleted
inserted
replaced
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"> |