10
10
</Grid >
11
11
12
12
<ScrollView >
13
- <DockPanel >
14
- <StackPanel ItemSpacing =" 10" Padding =" 10" Dock =" Top" >
15
- <hikr .Text ux : Class =" TitleText" Opacity =" .6" Margin =" 0,0,0,5" />
16
-
17
- <StackPanel >
18
- <TitleText >Name:</TitleText >
19
- <hikr .TextBox Value =" {name}" />
20
- </StackPanel >
21
-
22
- <StackPanel >
23
- <TitleText >Location:</TitleText >
24
- <hikr .TextBox Value =" {location}" />
25
- </StackPanel >
26
-
27
- <StackPanel >
28
- <TitleText >Distance (km):</TitleText >
29
- <hikr .TextBox Value =" {distance}" InputHint =" Decimal" />
30
- </StackPanel >
31
-
32
- <StackPanel >
33
- <TitleText >Rating:</TitleText >
34
- <hikr .TextBox Value =" {rating}" InputHint =" Integer" />
35
- </StackPanel >
13
+ <StackPanel ItemSpacing =" 10" Padding =" 10" >
14
+ <hikr .Text ux : Class =" TitleText" Opacity =" .6" Margin =" 0,0,0,5" />
15
+
16
+ <StackPanel >
17
+ <TitleText >Name:</TitleText >
18
+ <hikr .TextBox Value =" {name}" />
19
+ </StackPanel >
20
+
21
+ <StackPanel >
22
+ <TitleText >Location:</TitleText >
23
+ <hikr .TextBox Value =" {location}" />
24
+ </StackPanel >
25
+
26
+ <StackPanel >
27
+ <TitleText >Distance (km):</TitleText >
28
+ <hikr .TextBox Value =" {distance}" InputHint =" Decimal" />
29
+ </StackPanel >
30
+
31
+ <StackPanel >
32
+ <TitleText >Rating:</TitleText >
33
+ <hikr .TextBox Value =" {rating}" InputHint =" Integer" />
36
34
</StackPanel >
37
35
38
- <DockPanel Padding = " 10,0 " >
39
- <TitleText Dock = " Top " >Comments:</TitleText >
36
+ <StackPanel >
37
+ <TitleText >Comments:</TitleText >
40
38
<hikr .TextView Value =" {comments}" TextWrapping =" Wrap" />
41
- </DockPanel >
42
- </DockPanel >
39
+ </StackPanel >
40
+ </StackPanel >
43
41
</ScrollView >
44
42
</DockPanel >
45
43
</hikr .Page>
0 commit comments