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:
We do not sell the Xamarin Rich Text Editor control separately. It is only available for purchase as part of the Syncfusion Xamarin suite, which contains over 155 Xamarin components, including Rich Text Editor. A single developer license for the Syncfusion Essential Studio for Xamarin suite costs $995.00 USD, including one year of support and updates. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team to see if you qualify for any additional discounts.
You can find our Xamarin Rich Text Editor demo here.
No, our 155+ Xamarin components, including Rich Text Editor, are not sold individually, only as a single package. However, we have competitively priced the product so it only costs a little bit more than what some other vendors charge for their Rich Text Editor alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 155+ Xamarin components for a flat fee of $995/developer. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
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 and five or fewer developers.
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.