|
271 | 271 | </Button>
|
272 | 272 | </controls:AdaptiveGridView.Items>
|
273 | 273 | </controls:AdaptiveGridView>
|
274 |
| - <controls:Carousel Visibility="Collapsed" x:Name="Carousel" ItemRotationY="0" SelectedIndex="1" ItemDepth="50" Orientation="Horizontal" ItemMargin="50" Padding="0,0,0,0" Grid.Row="1" HorizontalAlignment="Stretch" > |
275 |
| - <controls:Carousel.EasingFunction> |
276 |
| - <CubicEase EasingMode="EaseOut" /> |
277 |
| - </controls:Carousel.EasingFunction> |
278 |
| - <controls:Carousel.Items> |
279 |
| - <controls:CarouselItem> |
280 |
| - <Button Style="{ThemeResource CardStyle}" x:Name="b0" Click="b0_Click" VerticalAlignment="Top" Foreground="White" Padding="0,0,0,0"> |
281 |
| - |
282 |
| - <Grid> |
283 |
| - <FontIcon Glyph="" FontFamily="Segoe MDL2 Assets" FontSize="72" Canvas.ZIndex="3" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
284 |
| - <Image Source="Assets/Cards/desktop.jpg" Stretch="Fill"/> |
285 |
| - <Rectangle Fill="#7F000000" Canvas.ZIndex="2"/> |
286 |
| - </Grid> |
287 |
| - |
288 |
| - |
289 |
| - |
290 |
| - </Button> |
291 |
| - </controls:CarouselItem> |
292 |
| - |
293 |
| - <controls:CarouselItem> |
294 |
| - <Button Style="{StaticResource CardStyle}" x:Name="b1" Click="b1_Click" VerticalAlignment="Top" Foreground="White" Background="{x:Null}" Padding="0,0,0,0"> |
295 |
| - <Grid> |
296 |
| - <TextBlock Text="" FontFamily="Segoe MDL2 Assets" FontSize="72" Canvas.ZIndex="3" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
297 |
| - <Rectangle Fill="#7F000000" Canvas.ZIndex="2"/> |
298 |
| - |
299 |
| - <Image Source="Assets/Cards/downloads.jpg" Stretch="Fill"/> |
300 |
| - </Grid> |
301 |
| - </Button> |
302 |
| - </controls:CarouselItem> |
303 |
| - |
304 |
| - <controls:CarouselItem> |
305 |
| - <Button Style="{StaticResource CardStyle}" x:Name="b2" Click="b2_Click" VerticalAlignment="Top" Foreground="White" Background="{x:Null}" Padding="0,0,0,0"> |
306 |
| - <Grid> |
307 |
| - <TextBlock Text="" FontFamily="Segoe MDL2 Assets" FontSize="72" Canvas.ZIndex="3" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
308 |
| - <Rectangle Fill="#7F000000" Canvas.ZIndex="2"/> |
309 |
| - |
310 |
| - <Image Source="Assets/Cards/documents.jpg" Stretch="Fill" /> |
311 |
| - </Grid> |
312 |
| - </Button> |
313 |
| - </controls:CarouselItem> |
314 |
| - |
315 |
| - <controls:CarouselItem> |
316 |
| - <Button Style="{StaticResource CardStyle}" x:Name="b3" Click="b3_Click" VerticalAlignment="Top" Foreground="White" Background="{x:Null}" Padding="0,0,0,0"> |
317 |
| - <Grid> |
318 |
| - <TextBlock Text="" FontFamily="Segoe MDL2 Assets" FontSize="72" Canvas.ZIndex="3" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
319 |
| - <Rectangle Fill="#7F000000" Canvas.ZIndex="2"/> |
320 |
| - |
321 |
| - <Image Source="Assets/Cards/pictures.jpg" Stretch="Fill" /> |
322 |
| - </Grid> |
323 |
| - </Button> |
324 |
| - </controls:CarouselItem> |
325 |
| - |
326 |
| - <controls:CarouselItem> |
327 |
| - <Button Style="{StaticResource CardStyle}" x:Name="b4" Click="b4_Click" Height="275" Width="400" VerticalAlignment="Top" Foreground="White" Background="{x:Null}" Padding="0,0,0,0"> |
328 |
| - <Grid> |
329 |
| - <TextBlock Text="" FontFamily="Segoe MDL2 Assets" FontSize="72" Canvas.ZIndex="3" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
330 |
| - <Rectangle Fill="#7F000000" Canvas.ZIndex="2"/> |
331 |
| - |
332 |
| - <Image Source="Assets/Cards/music.jpg" Stretch="Fill"/> |
333 |
| - </Grid> |
334 |
| - |
335 |
| - </Button> |
336 |
| - </controls:CarouselItem> |
337 |
| - |
338 |
| - <controls:CarouselItem> |
339 |
| - <Button Style="{StaticResource CardStyle}" x:Name="b5" Click="b5_Click" Height="275" Width="400" VerticalAlignment="Top" Foreground="White" Background="{x:Null}" Padding="0,0,0,0"> |
340 |
| - <Grid> |
341 |
| - <TextBlock Text="" FontFamily="Segoe MDL2 Assets" FontSize="72" Canvas.ZIndex="3" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
342 |
| - <Rectangle Fill="#7F000000" Canvas.ZIndex="2"/> |
343 |
| - |
344 |
| - <Image Source="Assets/Cards/videos.jpg" Stretch="Fill"/> |
345 |
| - </Grid> |
346 |
| - </Button> |
347 |
| - </controls:CarouselItem> |
348 |
| - |
349 |
| - <controls:CarouselItem> |
350 |
| - <Button Style="{StaticResource CardStyle}" x:Name="b6" Click="b6_Click" Height="275" Width="400" VerticalAlignment="Top" Foreground="White" Background="{x:Null}" Padding="0,0,0,0"> |
351 |
| - <Grid> |
352 |
| - <TextBlock Text="" FontFamily="Segoe MDL2 Assets" FontSize="72" Canvas.ZIndex="3" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
353 |
| - <Rectangle Fill="#7F000000" Canvas.ZIndex="2"/> |
354 |
| - |
355 |
| - <Image Source="Assets/Cards/onedrive.jpg" Stretch="Fill"/> |
356 |
| - </Grid> |
357 |
| - </Button> |
358 |
| - </controls:CarouselItem> |
359 |
| - |
360 |
| - </controls:Carousel.Items> |
361 |
| - |
362 |
| - </controls:Carousel> |
| 274 | + |
363 | 275 |
|
364 | 276 | <ListView Name="RecentsView" MinHeight="350" HorizontalAlignment="Stretch" Grid.Row="2" Padding="0,50,0,0" Margin="200,0,200,0">
|
365 | 277 | <ListView.Header>
|
|
0 commit comments