You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MainDemo.Wpf/TransitionsDemo/Slide6_MVVM.xaml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,25 @@
13
13
<RowDefinitionHeight="Auto" />
14
14
<RowDefinitionHeight="Auto" />
15
15
</Grid.RowDefinitions>
16
+
<TextBlockStyle="{DynamicResource MaterialDesignHeadlineTextBlock}"TextWrapping="Wrap"TextAlignment="Center">That's the end of the demo for now; a full MVVM demo coming soon!</TextBlock>
17
+
<!--
16
18
<TextBlock Style="{DynamicResource MaterialDesignHeadlineTextBlock}" TextWrapping="Wrap" TextAlignment="Center">Finally, we will put it all together to create full master & details pages, controlled via MVVM.</TextBlock>
0 commit comments