Skip to content

Commit df2e23b

Browse files
committed
Fix button click event for adding stretch child in DockPanelSample
1 parent 3792d61 commit df2e23b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Primitives/samples/DockPanelSample.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
1+
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
22
<Page x:Class="PrimitivesExperiment.Samples.DockPanelSample"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -27,7 +27,7 @@
2727
Content="Add Bottom child" />
2828
<Button Click="AddRightDock"
2929
Content="Add Right child" />
30-
<Button Click="AddRightDock"
30+
<Button Click="AddStretchDock"
3131
Content="Add Stretch child" />
3232
<Button Click="ClearAllDock"
3333
Content="Clear all" />

0 commit comments

Comments
 (0)