Skip to content

Commit 8a06b1d

Browse files
committed
put the content of the demo into ScrollViewer
1 parent c54d731 commit 8a06b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MainDemo.Wpf/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
/>
8383
<ScrollViewer Grid.Row="1" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Padding="16"
8484
HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto">
85-
<ContentControl Content="{Binding ElementName=DemoItemsListBox, Path=SelectedItem.Content}" />
85+
<ContentControl Content="{Binding ElementName=DemoItemsListBox, Path=SelectedItem.Content}" />
8686
</ScrollViewer>
8787
<materialDesign:Snackbar MessageQueue="{materialDesign:MessageQueue}" x:Name="MainSnackbar"
8888
Grid.Row="1" />

0 commit comments

Comments
 (0)