Archived
1
0
This repository has been archived on 2026-04-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
FoxTube/FoxTube/Controls/ItemGrid.xaml
T
Michael Gordeev 893a86517b - Fresh start
- Added new core project
- Done main layout design
- Done video, channel, playlist and advert cards
2019-11-10 20:05:15 +03:00

19 lines
625 B
XML

<UserControl
x:Class="FoxTube.Controls.ItemGrid"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:FoxTube.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:controls="using:Microsoft.Toolkit.Uwp.UI.Controls"
mc:Ignorable="d"
d:DesignHeight="1080"
d:DesignWidth="1920">
<ScrollViewer>
<controls:StaggeredPanel>
</controls:StaggeredPanel>
</ScrollViewer>
</UserControl>