SfRichTextRibbon customization

hi,

how/is it possible to customize the SfRichTextRibbon that is bound to the SfRichTextBoxAdv.

<Syncfusion:SfRichTextRibbon x:Name="richTextRibbon" SnapsToDevicePixels="True" DataContext="{Binding ElementName=richTextBoxAdv}"/>            

<Syncfusion:SfRichTextBoxAdv x:Name="richTextBoxAdv" Grid.Row="1" LayoutType="Pages" AcceptsTab="True" AllowDrop="True">                
<Syncfusion:SfRichTextBoxAdv.SpellChecker>
<Syncfusion:SpellChecker IsEnabled="True"/>
</Syncfusion:SfRichTextBoxAdv.SpellChecker>            
</Syncfusion:SfRichTextBoxAdv>


Regards,
Nelson


1 Reply 1 reply marked as answer

KG Kalaivannan Ganesan Syncfusion Team August 23, 2021 06:45 AM UTC

Hi Nelson,

Thanks for contacting Syncfusion support.

The SfRichTextRibbon control is a customized Ribbon with primary functionalities for SfRichTextBoxAdv control and there is no possibility to add/remove any items from SfRichTextRibbon. Instead, you can implement your own customized ribbon for SfRichTextBoxAdv using Ribbon control based on your requirements.

The following sample demonstrates how to implement customized ribbon for SfRichTextBoxAdv control.
https://www.syncfusion.com/downloads/support/forum/168274/ze/SfRichTextBoxAdv_Ribbon-330838957

KB link : https://www.syncfusion.com/kb/5417/how-to-customize-sfrichtextribbon-in-wpf-richtextbox-sfrichtextboxadv

Please let us know if you have any other questions.

Regards,
Kalaivannan Ganesan
 


Marked as answer
Loader.
Up arrow icon