We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54d731 commit 8a06b1dCopy full SHA for 8a06b1d
MainDemo.Wpf/MainWindow.xaml
@@ -82,7 +82,7 @@
82
/>
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}" />
+ <ContentControl Content="{Binding ElementName=DemoItemsListBox, Path=SelectedItem.Content}" />
86
</ScrollViewer>
87
<materialDesign:Snackbar MessageQueue="{materialDesign:MessageQueue}" x:Name="MainSnackbar"
88
Grid.Row="1" />
0 commit comments