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