Skip to content

Commit aea1e2e

Browse files
committed
remove scroll bar, fucking up all sorts of content
1 parent 85b12ed commit aea1e2e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

MainDemo.Wpf/MainWindow.xaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,10 @@
8080
<domain1:DocumentationLinks DataContext="{Binding ElementName=DemoItemsListBox, Path=SelectedItem}"
8181
Margin="0 0 0 16"
8282
/>
83-
<ScrollViewer Grid.Row="1" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Padding="16"
84-
HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto">
85-
<ContentControl Content="{Binding ElementName=DemoItemsListBox, Path=SelectedItem.Content}" />
86-
</ScrollViewer>
83+
<ContentControl Margin="16" Content="{Binding ElementName=DemoItemsListBox, Path=SelectedItem.Content}"
84+
Grid.Row="1" />
8785
<materialDesign:Snackbar MessageQueue="{materialDesign:MessageQueue}" x:Name="MainSnackbar"
88-
Grid.Row="1" />
86+
Grid.Row="1" />
8987
</Grid>
9088
</DockPanel>
9189
</materialDesign:DrawerHost>

0 commit comments

Comments
 (0)