<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:WPF_Custom_Control="clr-namespace:WPF_Custom_Control;assembly=WPF_Custom_Control" x:Class="Window1"
Title="Window1" Height="1080" Width="1920">
<Grid>
<WrapPanel HorizontalAlignment="Left" Height="934" Margin="10,10,0,0" VerticalAlignment="Top" Width="1892">
<Viewbox Height="100" Width="100" Stretch="Uniform" StretchDirection="Both" Name="vb1">
<WPF_Custom_Control:UserControl1/>
</Viewbox>
<Viewbox Height="100" Width="100" Stretch="Uniform" StretchDirection="Both" Name="vb2">
<WPF_Custom_Control:UserControl1/>
</Viewbox>
<Viewbox Height="100" Width="100" Stretch="Uniform" StretchDirection="Both" Name="vb3">
<WPF_Custom_Control:UserControl1/>
</Viewbox>
<Viewbox Height="100" Width="100" Stretch="Uniform" StretchDirection="Both" Name="vb4">
<WPF_Custom_Control:UserControl1/>
</Viewbox>
<Viewbox Height="100" Width="100" Stretch="Uniform" StretchDirection="Both" Name="vb5">
<WPF_Custom_Control:UserControl1/>
</Viewbox>
<Viewbox Height="100" Width="100" Stretch="Uniform" StretchDirection="Both" Name="vb6">
<WPF_Custom_Control:UserControl1/>
</Viewbox>
<Viewbox Height="100" Width="100" Stretch="Uniform" StretchDirection="Both" Name="vb7">
<WPF_Custom_Control:UserControl1/>
</Viewbox>
<Viewbox Height="100" Width="100" Stretch="Uniform" StretchDirection="Both" Name="vb8">
<WPF_Custom_Control:UserControl1/>
</Viewbox>
<Viewbox Height="100" Width="100" Stretch="Uniform" StretchDirection="Both" Name="vb9">
<WPF_Custom_Control:UserControl1/>
</Viewbox>
<Viewbox Height="100" Width="100" Stretch="Uniform" StretchDirection="Both" Name="vb10">
<WPF_Custom_Control:UserControl1/>
</Viewbox>
</WrapPanel>
<Button Content="Button" HorizontalAlignment="Left" Margin="116,1003,0,0" VerticalAlignment="Top" Width="75" Click="Button_Click"/>
</Grid>
</Window>