You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Migrating from Xamarin RichTextEditor to .NET MAUI RichTextEditor
11
11
12
-
To migrate easily from [`Xamarin SfRichTextEditor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfRichTextEditor.XForms.SfRichTextEditor.html) to [`.NET MAUI SfRichTextEditor`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html?tabs=tabid-1), we kept all the APIs from Xamarin SfRichTextEditor in MAUI SfRichTextEditor. However, to maintain the consistency of API naming in MAUI SfRichTextEditor, we renamed some of the APIs. The APIs that have been changed in MAUI SfRichTextEditor from Xamarin SfRichTextEditor are detailed as follows.
12
+
To migrate easily from [`Xamarin SfRichTextEditor`](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.RichTextEditor.html) to `.NET MAUI SfRichTextEditor`, we kept all the APIs from Xamarin SfRichTextEditor in MAUI SfRichTextEditor. However, to maintain the consistency of API naming in MAUI SfRichTextEditor, we renamed some of the APIs. The APIs that have been changed in MAUI SfRichTextEditor from Xamarin SfRichTextEditor are detailed as follows.
<td>Toggles the selected text as super script format.</td>
169
+
</tr>
170
+
</table>
171
+
172
+
173
+
## Limitations
174
+
175
+
*`Nested ScrollView:` RichTextEditor scroll behavior is incompatible with parent ScrollView containers and will be automatically disabled.
176
+
*`AutoSize Configuration:` To prevent off-screen rendering when AutoSize is enabled, configure the MaximumHeightRequest property to constrain the control within viewport boundaries.
177
+
*`Keyboard Interaction:` Toolbar visibility is affected when MaximumHeightRequest extends into the on-screen keyboard area, causing automatic hiding.
178
+
*`Supported Content Types:` Editor content is restricted to plain text and HTML markup formats only.
Copy file name to clipboardExpand all lines: MAUI/Rich-Text-Editor/Overview.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,5 +22,4 @@ The .NET MAUI Rich Text Editor provides a simple yet powerful editor interface t
22
22
*`Customizable toolbar` - Includes a rich, configurable toolbar for quick access to formatting actions. Developers can show, hide, or customize toolbar items.
23
23
*`Copy, paste, and cut` - Features built-in clipboard operations for user convenience.
24
24
*`Undo and redo` - Provides robust undo and redo history for user-friendly editing.
25
-
*`Clear formatting` - Includes an option to reset formatting and styles for selected text.
26
25
*`Localization and accessibility` - Supports right-to-left layouts and accessibility features.
0 commit comments