File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Expander Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 <Grid>
2020 <TextBlock HorizontalAlignment="Center"
2121 TextWrapping="Wrap"
22- Text="This is the content"
22+ Text="This is the expanded content"
2323 VerticalAlignment="Center"
2424 Style="{StaticResource HeaderTextBlockStyle}" />
2525 </Grid>
2626
2727 <controls:Expander.ContentOverlay>
2828 <Grid Background="Red" MinHeight="250">
29- <TextBlock Text="Hello world! "
29+ <TextBlock Text="This is the content overlay "
3030 HorizontalAlignment="Center"
3131 VerticalAlignment="Center" />
3232 </Grid>
4343 <Grid Height="250">
4444 <TextBlock HorizontalAlignment="Center"
4545 TextWrapping="Wrap"
46- Text="This is the content"
46+ Text="This is the expanded content without a content overlay "
4747 VerticalAlignment="Center"
4848 Style="{StaticResource HeaderTextBlockStyle}" />
4949 </Grid>
You can’t perform that action at this time.
0 commit comments