Skip to content

Commit 2c4a858

Browse files
committed
made the expander bind file more clear
1 parent 63012f6 commit 2c4a858

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Expander/ExpanderXaml.bind

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
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>
@@ -43,7 +43,7 @@
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>

0 commit comments

Comments
 (0)