Files
2024-08-31 12:07:21 +03:00

42 lines
3.8 KiB
XML

<UserControl x:Class="Statistics.LikedPosts"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Statistics"
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="800">
<Canvas Background="White">
<TextBlock Text="Liked Posts" FontSize="24" FontWeight="Bold" RenderTransformOrigin="0.323,0.698" Canvas.Left="45" Canvas.Top="34" HorizontalAlignment="Center" VerticalAlignment="Top"/>
<ScrollViewer VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Disabled" Height="376" Width="558" Canvas.Left="192" Canvas.Top="47" HorizontalAlignment="Center" VerticalAlignment="Top">
<UniformGrid Columns="4">
<UniformGrid.Resources>
<Style TargetType="Image">
<Setter Property="Width" Value="200"/>
<Setter Property="Height" Value="200"/>
</Style>
</UniformGrid.Resources>
<Image Source="C:\Users\herta\Desktop\Sem4\ISS\App\District 3 App\Statistics\pics\hd-wallpaper-g598bd113c_1920.jpg" Margin="5" Stretch="Uniform"/>
<Image x:Name="img2" Source="C:\Users\herta\Desktop\Sem4\ISS\App\District 3 App\Statistics\pics\tpjhc5wp18b71.jpg" Margin="5"/>
<Image Source="C:\Users\herta\Desktop\Sem4\ISS\App\District 3 App\Statistics\pics\240_F_233118616_WElVq2Sajc1swjWTAj1IsBRFMGNm0vzN.jpg" Margin="5"/>
<Image Source="C:\Users\herta\Desktop\Sem4\ISS\App\District 3 App\Statistics\pics\240_F_266724172_Iy8gdKgMa7XmrhYYxLCxyhx6J7070Pr8.jpg" Margin="5"/>
<Image Source="C:\Users\herta\Desktop\Sem4\ISS\App\District 3 App\Statistics\pics\240_F_303624505_u0bFT1Rnoj8CMUSs8wMCwoKlnWlh5Jiq.jpg" Margin="5"/>
<Image Source="C:\Users\herta\Desktop\Sem4\ISS\App\District 3 App\Statistics\pics\240_F_605374009_hEUHatmKPzuHTIacg7rLneAgnLHUgegM.jpg" Margin="5"/>
<Image Source="C:\Users\herta\Desktop\Sem4\ISS\App\District 3 App\Statistics\pics\240_F_74159556_67n5823V7Ei87a4g6JJnYHC0yMSo1AEy.jpg" Margin="5"/>
<Image Source="C:\Users\herta\Desktop\Sem4\ISS\App\District 3 App\Statistics\pics\240_F_97589769_t45CqXyzjz0KXwoBZT9PRaWGHRk5hQqQ.jpg" Margin="5"/>
<Image Source="C:\Users\herta\OneDrive\Pictures\tpjhc5wp18b71.jpg" Margin="5"/>
<Image Source="C:\Users\herta\Desktop\Sem4\ISS\App\District 3 App\Statistics\pics\240_F_266724172_Iy8gdKgMa7XmrhYYxLCxyhx6J7070Pr8.jpg" Margin="5"/>
<Image Source="C:\Users\herta\Desktop\Sem4\ISS\App\District 3 App\Statistics\pics\240_F_303624505_u0bFT1Rnoj8CMUSs8wMCwoKlnWlh5Jiq.jpg" Margin="5"/>
<Image Source="C:\Users\herta\Desktop\Sem4\ISS\App\District 3 App\Statistics\pics\240_F_605374009_hEUHatmKPzuHTIacg7rLneAgnLHUgegM.jpg" Margin="5"/>
<Image Source="C:\Users\herta\Desktop\Sem4\ISS\App\District 3 App\Statistics\pics\240_F_74159556_67n5823V7Ei87a4g6JJnYHC0yMSo1AEy.jpg" Margin="5"/>
<Image Source="C:\Users\herta\OneDrive\Pictures\tpjhc5wp18b71.jpg" Margin="5"/>
<Image Source="C:\Users\herta\OneDrive\Pictures\tpjhc5wp18b71.jpg" Margin="5"/>
<Image Source="C:\Users\herta\OneDrive\Pictures\tpjhc5wp18b71.jpg" Margin="5"/>
<Image Source="C:\Users\herta\OneDrive\Pictures\tpjhc5wp18b71.jpg" Margin="5"/>
<Image Source="C:\Users\herta\OneDrive\Pictures\tpjhc5wp18b71.jpg" Margin="5"/>
</UniformGrid>
</ScrollViewer>
</Canvas>
</UserControl>