--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/FingersDance.Control.SessionInput/UserControlListSession.xaml Wed Oct 14 13:45:55 2009 +0200
@@ -0,0 +1,25 @@
+<UserControl
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+ mc:Ignorable="d"
+ xmlns:Custom="http://schemas.microsoft.com/surface/2008" xmlns:Microsoft_Surface_Presentation_Generic="clr-namespace:Microsoft.Surface.Presentation.Generic;assembly=Microsoft.Surface.Presentation.Generic"
+ x:Class="FingersDance.Control.SessionInput.UserControlListSession"
+ x:Name="UserControl_ListSession"
+ Width="478" Height="200" Background="{x:Null}">
+ <Grid x:Name="LayoutRoot">
+ <Custom:SurfaceListBox IsSynchronizedWithCurrentItem="True" Background="{x:Null}" ScrollViewer.VerticalScrollBarVisibility="Disabled" x:Name="ListBoxVideos" VerticalAlignment="Top" Height="167.56" Margin="8,0" ScrollViewer.HorizontalScrollBarVisibility="Hidden" BorderBrush="#4CFFFFFF">
+ <StackPanel Orientation="Horizontal" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" x:Name="stackPanel" RenderTransformOrigin="0.5,0.5">
+ <StackPanel.RenderTransform>
+ <TransformGroup>
+ <ScaleTransform/>
+ <SkewTransform AngleY="-0.182"/>
+ <RotateTransform/>
+ <TranslateTransform Y="-0.497"/>
+ </TransformGroup>
+ </StackPanel.RenderTransform>
+ </StackPanel>
+ </Custom:SurfaceListBox>
+ </Grid>
+</UserControl>