--- a/src/FingersDance.Views/TimelineView.xaml Wed Sep 16 19:32:26 2009 +0200
+++ b/src/FingersDance.Views/TimelineView.xaml Thu Sep 17 13:06:22 2009 +0200
@@ -2,13 +2,10 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vw="clr-namespace:FingersDance.Views"
- Height="300" Width="300">
+ >
<Grid>
- <TextBlock Text="{Binding Path=Title}" Height="27" VerticalAlignment="Top" Margin="0,0,132,0" />
-
- <ListView Margin="0,25,0,0"
- DataContext="{Binding Path=AnnotList}"
- ItemsSource="{Binding}" >
+ <ListView DataContext="{Binding Path=AnnotList}"
+ ItemsSource="{Binding}" Background="Black" BorderThickness="0" >
<ListView.ItemTemplate>
<DataTemplate>
@@ -36,5 +33,6 @@
</GridView>
</ListView.View-->
</ListView>
+ <!--TextBlock Text="{Binding Path=Title}" Height="27" VerticalAlignment="Top" Margin="0,0,0,0" /-->
</Grid>
</UserControl>