File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 80
80
<domain1 : DocumentationLinks DataContext =" {Binding ElementName=DemoItemsListBox, Path=SelectedItem}"
81
81
Margin =" 0 0 0 16"
82
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}" />
86
- </ScrollViewer >
83
+ <ContentControl Margin =" 16" Content =" {Binding ElementName=DemoItemsListBox, Path=SelectedItem.Content}"
84
+ Grid.Row=" 1" />
87
85
<materialDesign : Snackbar MessageQueue =" {materialDesign:MessageQueue}" x : Name =" MainSnackbar"
88
- Grid.Row=" 1" />
86
+ Grid.Row=" 1" />
89
87
</Grid >
90
88
</DockPanel >
91
89
</materialDesign : DrawerHost >
You can’t perform that action at this time.
0 commit comments