Hi Luciano Baron de Lima,
The SfRichTextEditor provides methods to programmatically control the cursor position. Currently, the following options are available:
Move Cursor to Start
This method moves the cursor to the very beginning of the content in the editor.
C#
richTextEditor.MoveCursorToStart(); |
Move Cursor to End
This method moves the cursor to the very end of the content in the editor.
C#
richTextEditor.MoveCursorToEnd(); |
These methods allow you to manipulate the cursor position as needed for your application logic.
Note: At present, there is no API available to move the cursor to a specific index or position within the content.
For more details refer to official document: Basic Features in .NET MAUI Rich Text Editor | Syncfusion®
Insert Hyperlink and Table via Toolbar
You can also insert hyperlinks and tables using the built-in toolbar items. When inserting a table, the content will be placed at the current cursor position.
For more details, refer to:
Kindly note that the SfRichTextEditor control is currently in preview. We are actively working on enhancing its capabilities and addressing known limitations. This scenario has been noted, and we will continue evaluating it to provide a more robust solution.
Regards,
Vallarasu R.