回答編集履歴
2
名前空間追記
answer
CHANGED
@@ -16,4 +16,7 @@
|
|
16
16
|
<Grid Width="100" Height="100" Background="Red">
|
17
17
|
</Grid>
|
18
18
|
</Popup>
|
19
|
-
```
|
19
|
+
```
|
20
|
+
以下の名前空間を使ってます。
|
21
|
+
xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
|
22
|
+
xmlns:ei="http://schemas.microsoft.com/expression/2010/interactions"
|
1
表示がおかしかった
answer
CHANGED
File without changes
|