From 41857a5ecb2cf8f954b4d3248170eae907c06d8f Mon Sep 17 00:00:00 2001 From: eriklimakc Date: Thu, 21 Dec 2023 17:32:09 +0000 Subject: [PATCH] chore: tweaks --- doc/controls/SafeArea.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/controls/SafeArea.md b/doc/controls/SafeArea.md index 84c999e73..d73fad8d8 100644 --- a/doc/controls/SafeArea.md +++ b/doc/controls/SafeArea.md @@ -418,7 +418,7 @@ In this next example, we attempt to have the UI adapt to the keyboard by attachi - + @@ -528,11 +528,12 @@ There are alternative usages of `SafeArea` that may be considered in this situat
PageXAMLCode
- + -
PageXAMLCode
+ **XAML** ```diff -
+ + + + 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