add a scroll bar to the network info view

This commit is contained in:
Grant Limberg 2015-10-21 20:40:43 -07:00
commit fe6960888a
2 changed files with 12 additions and 4 deletions

View file

@ -5,7 +5,9 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300">
<WrapPanel x:Name="wrapPanel" Background="#FF555555">
<ScrollViewer x:Name="MyScrollViewer" HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
<WrapPanel x:Name="wrapPanel" Background="#FF555555" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
</WrapPanel>
</WrapPanel>
</ScrollViewer>
</UserControl>