Skip to content

Commit 159ca8d

Browse files
author
eriklimakc
committed
chore: tweaks
1 parent 637f823 commit 159ca8d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/controls/SafeArea.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ In this next example, we attempt to have the UI adapt to the keyboard by attachi
418418
<table>
419419
<tr>
420420
<th>Page</th>
421-
<th>XAML</th>
421+
<th>Code</th>
422422
</tr>
423423
<tr>
424424
<td><img src="../assets/safearea-login-static.gif" width="400px"/> </td>
@@ -528,11 +528,12 @@ There are alternative usages of `SafeArea` that may be considered in this situat
528528
<table>
529529
<tr>
530530
<th>Page</th>
531-
<th>XAML</th>
531+
<th>Code</th>
532532
</tr>
533533
<tr>
534534
<td><img src="../assets/safearea-login-scroll.gif" width="400px"/> </td>
535535
<td>
536+
536537
**XAML**
537538
```diff
538539
<Page ...
@@ -569,9 +570,10 @@ There are alternative usages of `SafeArea` that may be considered in this situat
569570
+ )
570571
+ )
571572
```
572-
</td>
573-
</tr>
574-
</table>
573+
574+
</td>
575+
</tr>
576+
</table>
575577

576578
2. If you do not want to have the whole page scrollable, you could wrap only the FormPanel `StackPanel` within a `SafeArea` instead of the root `Grid`. This may not always have the best visual effect as can be seen in the demonstration below
577579

0 commit comments

Comments
 (0)