回答編集履歴

1

コード内の不要な記述を削除

2019/03/14 06:20

投稿

moredeep
moredeep

スコア1507

test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ```Xaml
16
16
 
17
- <StackPanel local:SizeChange.IsEnabled="True" local:SizeChange.ActualHeight="{Binding Height, Mode=OneWayToSource}" local:SizeChange.ActualWidth="{Binding Width, Mode=OneWayToSource}" Grid.Row="0" x:Name="stackPanel" />
17
+ <StackPanel local:SizeChange.IsEnabled="True" local:SizeChange.ActualHeight="{Binding Height, Mode=OneWayToSource}" local:SizeChange.ActualWidth="{Binding Width, Mode=OneWayToSource}" />
18
18
 
19
19
  ```
20
20