Archived
1
0

History (local)

This commit is contained in:
Michael Gordeev
2018-11-09 22:27:51 +03:00
parent 4d13ea1226
commit 1a6447a4aa
9 changed files with 100 additions and 56 deletions
+8 -8
View File
@@ -12,16 +12,16 @@
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<Grid Name="grid">
<ScrollViewer Margin="0,0,0,50">
<StackPanel Name="stack">
<local:VideoGrid/>
<controls:ShowMore Clicked="ShowMore_Clicked"/>
</StackPanel>
<Grid.RowDefinitions>
<RowDefinition/>
<RowDefinition Height="auto"/>
</Grid.RowDefinitions>
<ScrollViewer Name="scroll">
<local:VideoGrid/>
</ScrollViewer>
<CommandBar VerticalAlignment="Bottom">
<CommandBar Grid.Row="1">
<AppBarButton Label="Open in browser" Icon="Globe" Name="toBrowser" Click="toBrowser_Click"/>
<AppBarButton Label="Refresh" Icon="Refresh" Name="refresh" Click="refresh_Click"/>
</CommandBar>
<foxtube:LoadingPage Visibility="Collapsed"/>
<foxtube:LoadingPage Visibility="Collapsed" Grid.RowSpan="2"/>
</Grid>
</Page>