BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Now that I'm able to bind my RichTextBoxRibbon to my RichTextBoxAdv, I have questions on how to use the RichTextBoxRibbon.
The ribbon does a good job of building a complete text editing application, but I don't need or want that. I want a control that I can embed in my application. Therefore...
Hi Chuck,
Thank you for using Syncfusion products.
Our RichTextRibbon control is customized from Ribbon control. We can also be
able to customize a Ribbon control similar to RichTextRibbon control based on
our requirement.
Regarding ‘Query 1’:
We can set VisualStyle programattically by using SetVisualStyle method of
SkinStorage. We have mentioned the sample code snippet below:
SkinStorage.SetVisualStyle(this, "Metro");
Regarding ‘Query 2’:
We can change the colours used
in the Metro Visual Style by setting the MetroBrush, MetroBorderBrush,
MetroForegroundBrush and MetroBackgroundBrush of SkinStorage.
Regarding ‘Query 5’:
We can hide the File tab in
Ribbon by set the Visibility of BackStageButton of Ribbon. If we collapse the
BackStageButton, some alignment issues occur. We have already fixed this issue in
our side internally. Kindly follow the incident #126941 to get fix for this
issue.
Regarding ‘Query 3,4,6,7,8’:
If we do not wish to include the mentioned tool bar items, we need not include
these in the Ribbon control.
We have prepared a sample tried on our side as per your
requirement. Please do find the attachment.
Please let us know if you have any other questions.
Regards,
Arumuga Perumal S.
I realize that your RichTextRibbon control is customized from Ribbon control and that I could create my own RichTextRibbon control to met my requirements. But I would rather not re-write all of the code that you've already written.
The sample you have created only includes some of the functionality from your RichTextRibbon control and leaves out many functions that I still need. Perhaps you can provide a sample that consists of 100% of your existing RichTextRibbon control and then I could customize that as much as I need.
Hi Chuck,
Thank you for your update.
We have attached a sample with customized Ribbon control as per your
requirement. Please do find the sample below.
Please let us know if you have any other questions.
Regards,
Arumuga Perumal S.
This is great - thanks! Unfortunately, a number of the buttons are not working in this sample. They include:
In addition, the Font and Size drop-downs are empty. Please advise.
Hi Chuck,
Thank you for your update.
We have modified the provided sample and now all the buttons are working fine.
Please do find the modified sample from the below link. Try running the sample
and let us know if this helps you.
Please let us know if you have any other questions.
Thanks,
Arumuga Perumal S.