質問編集履歴

1

想定しているビューを追加、画像を追加、画像に合わせデザインのコードを一部修正

2017/02/05 03:24

投稿

Praline
Praline

スコア46

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  <StackPanel Orientation="Vertical">
46
46
 
47
- <TextBlock Height="10" TextAlignment="Center" FontSize="7" Text="{Binding}"/>
47
+ <TextBlock Height="20" TextAlignment="Center" FontSize="10" Text="{Binding}"/>
48
48
 
49
49
  <!--Textの部分にバインドする-->
50
50
 
@@ -54,7 +54,7 @@
54
54
 
55
55
  <StackPanel Orientation="Vertical">
56
56
 
57
- <TextBlock Height="20" TextAlignment="Center" FontSize="10" Text="{Binding}"/>
57
+ <TextBlock Height="10" TextAlignment="Center" FontSize="10" Text="{Binding}"/>
58
58
 
59
59
  <!--Textの部分にバインドする-->
60
60
 
@@ -94,9 +94,13 @@
94
94
 
95
95
  <Grid>
96
96
 
97
- <local:UserControl1 Text="Control1"/>
97
+ <local:UserControl1 Text="Control1_A"/>
98
98
 
99
+ <local:UserControl1 Text="Control1_B"/>
100
+
99
- <local:UserControl1 Text="Control2"/>
101
+ <local:UserControl1 Text="Control2_A"/>
102
+
103
+ <local:UserControl1 Text="Control1_C"/>
100
104
 
101
105
  <!--上記のように、コードは使わずバインドしたい-->
102
106
 
@@ -107,3 +111,7 @@
107
111
 
108
112
 
109
113
  ```
114
+
115
+ ###想定しているビュー
116
+
117
+ ![イメージ説明](ca901e93361d331460dec440d4c98a41.png)