summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Limberg <glimberg@gmail.com>2015-11-04 19:30:26 -0800
committerGrant Limberg <glimberg@gmail.com>2015-11-04 19:30:26 -0800
commit5e9166cec737f46fa2530f8daa07d92717c685f9 (patch)
tree23c7dc7c356caf9305051e1b95c42c98d93ede53
parentd2c288b13f15f934c9eab649060439f4709f2a2d (diff)
downloadinfinitytier-5e9166cec737f46fa2530f8daa07d92717c685f9.tar.gz
infinitytier-5e9166cec737f46fa2530f8daa07d92717c685f9.zip
setting width/height isn't necessary
-rw-r--r--windows/WinUI/NetworksPage.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/WinUI/NetworksPage.xaml b/windows/WinUI/NetworksPage.xaml
index fa7ca281..ba984924 100644
--- a/windows/WinUI/NetworksPage.xaml
+++ b/windows/WinUI/NetworksPage.xaml
@@ -5,7 +5,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300">
- <ScrollViewer x:Name="MyScrollViewer" HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Width="{Binding RelativeSource={RelativeSource AncestorType={x:Type Window}}, Path=RenderSize.ActualWidth}" Height="{Binding RelativeSource={RelativeSource AncestorType={x:Type Window}}, Path=RenderSize.ActualHeight}">
+ <ScrollViewer x:Name="MyScrollViewer" HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
<WrapPanel x:Name="wrapPanel" Background="#FFDDDDDD" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
</WrapPanel>