src/FingersDance.Views/TimelineView.xaml
changeset 136 8b513df1b446
parent 128 90c29e979ef4
child 146 dd8ed4d3beb6
equal deleted inserted replaced
135:84b3bf5ee3d2 136:8b513df1b446
    15             <StackPanel Orientation="Horizontal"/>
    15             <StackPanel Orientation="Horizontal"/>
    16 
    16 
    17         </ItemsPanelTemplate>
    17         </ItemsPanelTemplate>
    18     </UserControl.Resources>
    18     </UserControl.Resources>
    19     <Grid>
    19     <Grid>
    20         <Custom:SurfaceListBox Background="{x:Null}" x:Name="listview" ScrollViewer.HorizontalScrollBarVisibility="Hidden" BorderThickness="2"
    20         <Custom:SurfaceListBox Background="{x:Null}" x:Name="listview" x:FieldModifier="public" ScrollViewer.HorizontalScrollBarVisibility="Hidden" BorderThickness="2"
    21                                ItemsSource="{Binding Path=AnnotList}" ItemTemplate="{StaticResource slbDataTemplate}" ItemsPanel="{StaticResource slbItemsPanelTemplate}"
    21                                ItemsSource="{Binding Path=AnnotList}" ItemTemplate="{StaticResource slbDataTemplate}" ItemsPanel="{StaticResource slbItemsPanelTemplate}"
    22                                PreviewContactDown="listview_PreviewContactDown">
    22                                >
    23             
    23             
    24         </Custom:SurfaceListBox>
    24         </Custom:SurfaceListBox>
    25         <!--ListView DataContext="{Binding Path=AnnotList}"
    25         <!--ListView DataContext="{Binding Path=AnnotList}"
    26                   ItemsSource="{Binding}" Background="{x:Null}" BorderThickness="0" x:Name="listview" ScrollViewer.HorizontalScrollBarVisibility="Hidden">
    26                   ItemsSource="{Binding}" Background="{x:Null}" BorderThickness="0" x:Name="listview" ScrollViewer.HorizontalScrollBarVisibility="Hidden">
    27 
    27