Skip to content

Commit f9fc5c2

Browse files
committed
animations for the Expander
1 parent 9d62fba commit f9fc5c2

File tree

2 files changed

+143
-53
lines changed

2 files changed

+143
-53
lines changed

MainDemo.Wpf/Expander.xaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
<Expander.Header>
3131
<TextBlock Text="Expander Example 2" />
3232
</Expander.Header>
33-
<TextBlock Text="A short text to proof functionality." />
33+
<StackPanel Orientation="Vertical" Margin="8">
34+
<TextBlock Text="A short text to proof functionality." />
35+
<TextBlock Margin="0,150,0,0" Text="A short text to proof functionality." />
36+
</StackPanel>
3437
</Expander>
3538
<TextBlock Text="Text after the expander." Margin="0,8,0,0" />
3639
</StackPanel>

0 commit comments

Comments
 (0)