Skip to content

Commit 637f823

Browse files
author
eriklimakc
committed
chore: Update table content
1 parent 03cd738 commit 637f823

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

doc/controls/SafeArea.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ public MainPage()
224224
#### [**Padding (default)**](#tab/padding)
225225

226226
Top TabBar:
227+
227228
**XAML**
228229
```diff
229230
<utu:TabBar Background="Purple"
@@ -237,6 +238,7 @@ new TabBar()
237238
```
238239

239240
Bottom TabBar:
241+
240242
**XAML**
241243
```diff
242244
<utu:TabBar Grid.Row="2"
@@ -257,6 +259,7 @@ new TabBar()
257259
#### [**Margin**](#tab/margin)
258260

259261
Top TabBar:
262+
260263
**XAML**
261264
```diff
262265
<utu:TabBar Background="Purple"
@@ -271,6 +274,7 @@ new TabBar()
271274
```
272275

273276
Bottom TabBar:
277+
274278
**XAML**
275279
```diff
276280
<utu:TabBar Grid.Row="2"
@@ -286,7 +290,6 @@ new TabBar()
286290
.Background(Colors.Purple)
287291
```
288292

289-
290293
![safearea_with_margin_alpha](../assets/safearea_with_margin.png)
291294
***
292295

@@ -522,14 +525,14 @@ There are alternative usages of `SafeArea` that may be considered in this situat
522525

523526
1. Have your own ScrollViewer defined within the XAML and then you can simply wrap that `ScrollViewer` with any container, such as `Grid`, and use the `SafeArea` attached properties on that wrapping container.
524527

525-
<table>
526-
<tr>
527-
<th>Page</th>
528-
<th>XAML</th>
529-
</tr>
530-
<tr>
528+
<table>
529+
<tr>
530+
<th>Page</th>
531+
<th>XAML</th>
532+
</tr>
533+
<tr>
531534
<td><img src="../assets/safearea-login-scroll.gif" width="400px"/> </td>
532-
<td>
535+
<td>
533536
**XAML**
534537
```diff
535538
<Page ...

0 commit comments

Comments
 (0)