147
|
1 |
<UserControl
|
|
2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
4 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
5 |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
6 |
mc:Ignorable="d"
|
|
7 |
xmlns:Custom="http://schemas.microsoft.com/surface/2008" xmlns:Microsoft_Surface_Presentation_Generic="clr-namespace:Microsoft.Surface.Presentation.Generic;assembly=Microsoft.Surface.Presentation.Generic"
|
|
8 |
x:Class="FingersDance.Control.SessionInput.UserControlListProject"
|
|
9 |
x:Name="UserControl_ListProject"
|
|
10 |
Width="478" Height="200" Background="{x:Null}">
|
|
11 |
<Grid x:Name="LayoutRoot">
|
|
12 |
<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">
|
|
13 |
<StackPanel Orientation="Horizontal" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" x:Name="stackPanel" RenderTransformOrigin="0.5,0.5">
|
|
14 |
<StackPanel.RenderTransform>
|
|
15 |
<TransformGroup>
|
|
16 |
<ScaleTransform/>
|
|
17 |
<SkewTransform AngleY="-0.182"/>
|
|
18 |
<RotateTransform/>
|
|
19 |
<TranslateTransform Y="-0.497"/>
|
|
20 |
</TransformGroup>
|
|
21 |
</StackPanel.RenderTransform>
|
|
22 |
</StackPanel>
|
|
23 |
</Custom:SurfaceListBox>
|
|
24 |
</Grid>
|
|
25 |
</UserControl>
|