The Xamarin Rich Text Editor provides a simple yet powerful editor interface to compose richly formatted text with all the common formatting options like bold and italics. The Rich Text Editor is used to create messaging applications, email composers, blog editors, forum post text boxes, feedback and review sections, notes sections, and more. It has a variety of tools to edit and format rich content and returns valid HTML markup content.
You can apply different formatting styles to selected content, whole paragraphs, or specific words or characters:
Organize content by applying ordered (numbered) or unordered (bulleted) lists.
Insert JPEG and PNG images from a photo gallery, embedded resource, or stream into the Rich Text Editor content.
Cut, copy, and paste formatted content within an application or to an external application.
Add fonts from a stream or embedded resource to use in the Rich Text Editor. The default font can also be customized.
RTE accommodates a user’s input by changing the control height automatically to fit the content inside the editable area. The height of the control in AutoSize mode can be controlled using MaximumHeightRequest and MinimumHeightRequest properties.
Easily get started with the Xamarin.Forms Rich Text Editor using a few simple lines of C# code example as demonstrated below. Also explore our Xamarin.Forms Rich Text Editor Example that shows you how to render and configure the Rich Text Editor for Xamarin.Forms.
<StackLayout>
<richtexteditor:SfRichTextEditor VerticalOptions="FillAndExpand" Text= "The rich text editor component is WYSIWYG editor that provides the best user experience to create and update the content" />
</StackLayout>
public MainPage()
{
InitializeComponent();
StackLayout stack = new StackLayout();
SfRichTextEditor editor = new SfRichTextEditor
{
VerticalOptions = LayoutOptions.FillAndExpand,Text = "The rich text editor component is WYSIWYG editor that provides the best user experience to create and update the content"
};
stack.Children.Add(editor);this.Content = stack;
}
The Syncfusion Xamarin Rich Text Editor provides the following:
You can find our Xamarin Rich Text Editor demo here.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.