This example illustrates how to make a background of all RichEditControls views (see RichEditViewType Members) transparent. To accomplish this task, you need to override a couple of internal ControlTemplates and set the RichEditControl.Views.*View.BackColor property to Color.Transparent value.
The picture below illustrates the sample in action.
See Also:
How to customize RichEditControl presentation via custom styles
Question Comments
Added By: Thomas R Melinsky at: 2/11/2015 8:52:17 AM
When using dx:ThemeManager.ThemeName="VS2010", this does not work as expected. Instead, the box is visible and it has a dark blue background. Is there something I can do to fix this, say, stick it in something that I can force the theme to something specific?