2015-10-22 03:29:03 +00:00
|
|
|
<UserControl x:Class="WinUI.NetworksPage"
|
|
|
|
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"
|
|
|
|
mc:Ignorable="d"
|
|
|
|
d:DesignHeight="300" d:DesignWidth="300">
|
2015-11-05 03:30:26 +00:00
|
|
|
<ScrollViewer x:Name="MyScrollViewer" HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
|
2015-11-13 01:38:30 +00:00
|
|
|
<UniformGrid x:Name="wrapPanel" Background="#FFDDDDDD" HorizontalAlignment="Stretch" VerticalAlignment="Top" Columns="1">
|
2015-10-22 03:29:03 +00:00
|
|
|
|
2015-11-13 01:38:30 +00:00
|
|
|
</UniformGrid>
|
2015-10-22 03:40:43 +00:00
|
|
|
</ScrollViewer>
|
2015-10-22 03:29:03 +00:00
|
|
|
</UserControl>
|