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
Copy file name to clipboardExpand all lines: MAUI/Rich-Text-Editor/Migration.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,4 +167,13 @@ To migrate easily from [`Xamarin SfRichTextEditor`](https://help.syncfusion.com/
167
167
<td>ToggleSuperscript()</td>
168
168
<td>Toggles the selected text as super script format.</td>
169
169
</tr>
170
-
</table>
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.
0 commit comments