893a86517b
- Added new core project - Done main layout design - Done video, channel, playlist and advert cards
19 lines
625 B
XML
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>
|