Skip to content

Commit

Permalink
Added ScrollViewer around options panel
Browse files Browse the repository at this point in the history
  • Loading branch information
spaghettidba authored Sep 21, 2016
1 parent 5a9eb32 commit bd2c915
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ForumSurfer/View/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Controls:MetroWindow x:Class="ForumSurfer.MainWindow"
<Controls:MetroWindow x:Class="ForumSurfer.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
Expand Down Expand Up @@ -82,6 +82,7 @@
<Controls:MetroWindow.Flyouts>
<Controls:FlyoutsControl>
<Controls:Flyout x:Name="OptionsFlyOut" Header="Settings" Position="Right" Width="400" Theme="Accent" IsOpen="{Binding IsOptionsVisible}">
<ScrollViewer>
<Grid>
<DockPanel LastChildFill="False">
<TextBlock DockPanel.Dock="Top" Margin="10">
Expand Down Expand Up @@ -149,6 +150,7 @@
</GroupBox>
</DockPanel>
</Grid>
</ScrollViewer>
</Controls:Flyout>
</Controls:FlyoutsControl>
</Controls:MetroWindow.Flyouts>
Expand Down

0 comments on commit bd2c915

Please sign in to comment.