Question

I am using Modern Ui which has styled all my components to have a common look and feel. The standard Richtextbox doesn't support everything I want to do so I am using a 3rd party Richtextbox. The problem is that this 3rd party control doesn't get any style applied. Is there a way to tell this component to apply the same style as the standard richtextbox (which comes from the modern ui style)

Was it helpful?

Solution

Component One has documentation for setting basic appearance properties.

Clear Style Properties

As well as predefined Themes for their controls.

C1 RitchTextBox Themes

If these don't offer you the level of control over the appearance of the C1RitchTextBox you would probably need to override the Template for this control.

MS Styling and Templates

Alternately you may look for documentation on creating your own themes for C1 controls on their site.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top