From e041872db4fa81f9b0e12a7642276aafc5a4a88a Mon Sep 17 00:00:00 2001 From: Hemalatha-SF4675 Date: Wed, 3 Sep 2025 17:06:56 +0530 Subject: [PATCH 1/5] Update the sample link in Getting-Started.md --- MAUI/Rich-Text-Editor/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAUI/Rich-Text-Editor/Getting-Started.md b/MAUI/Rich-Text-Editor/Getting-Started.md index e3b00631a..3d5982ef1 100644 --- a/MAUI/Rich-Text-Editor/Getting-Started.md +++ b/MAUI/Rich-Text-Editor/Getting-Started.md @@ -312,4 +312,4 @@ this.Content = richTextEditor; {% endtabs %} -N> You can find the getting started sample of .NET MAUI SfRichTextEditor from this **link**. +N> You can find the getting started sample of .NET MAUI SfRichTextEditor from this [link.](https://github.com/SyncfusionExamples/maui-richtexteditor-samples) From 046a5c9f5b38401e122ad157de0d9ced08dd8dda Mon Sep 17 00:00:00 2001 From: Hemalatha-SF4675 Date: Wed, 3 Sep 2025 17:17:09 +0530 Subject: [PATCH 2/5] Update the changes --- MAUI/Rich-Text-Editor/Getting-Started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MAUI/Rich-Text-Editor/Getting-Started.md b/MAUI/Rich-Text-Editor/Getting-Started.md index 3d5982ef1..44b4a0e34 100644 --- a/MAUI/Rich-Text-Editor/Getting-Started.md +++ b/MAUI/Rich-Text-Editor/Getting-Started.md @@ -313,3 +313,4 @@ this.Content = richTextEditor; {% endtabs %} N> You can find the getting started sample of .NET MAUI SfRichTextEditor from this [link.](https://github.com/SyncfusionExamples/maui-richtexteditor-samples) + From de24e0a5f2c4ca2f17ae4f9c2517119cd89dffd2 Mon Sep 17 00:00:00 2001 From: Hemalatha-SF4675 Date: Wed, 3 Sep 2025 18:25:06 +0530 Subject: [PATCH 3/5] Update the changes --- MAUI/Rich-Text-Editor/AutoSize.md | 20 ++++++++++++++++---- MAUI/Rich-Text-Editor/Basic-Features.md | 8 ++++---- MAUI/Rich-Text-Editor/Customization.md | 8 ++++---- MAUI/Rich-Text-Editor/Image-Insertion.md | 4 ++-- 4 files changed, 26 insertions(+), 14 deletions(-) diff --git a/MAUI/Rich-Text-Editor/AutoSize.md b/MAUI/Rich-Text-Editor/AutoSize.md index 20e979b60..185281eb7 100644 --- a/MAUI/Rich-Text-Editor/AutoSize.md +++ b/MAUI/Rich-Text-Editor/AutoSize.md @@ -38,15 +38,27 @@ N> When using `EnableAutoSize`, it is recommended not to set the `HeightRequest` The following example demonstrates how to place an auto-sizing `SfRichTextEditor` within a `ScrollView`. {% tabs %} + {% highlight xaml %} + -