We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

setting RichTextEdit properties

Hi, we're evaluating your Essential Diagram Windows Forms. We are now facing a problem with RichTextNode in editing mode: we would like to programmatically set some properties on the editing box (like borderstyle or backcolor) but without success, code is as follows:

Private _richEditor As RichTextEdit = Nothing
_richEditor = New RichTextEdit(Me.Diagram1.Controller.Viewer)
_richEditor.BorderStyle = BorderStyle.None
then calling
_richEditor.BeginEdit(node)
at NodeDoubleClick event

but in editing mode border style doesn't seem to be applied.
Is this the wrong way of doing that? And could we bind our custom RichTextBox control to RichTextNode edit mode?
Thanks,
Fabrizio


1 Reply

PM Pandi Murugan A Syncfusion Team March 28, 2011 12:13 PM UTC

Hi Fabrizio,

Thanks for your interest in Syncfusion Products.

The internal TextEdit/RichTextEdit will be activated when we double click on TextNode/RichTextNode by default. Also currently we don't have support for binding custom RichTextEdit/TextEdit to RichTextNode/TextNode externally and this is suspected to be a feature.Please create an DT incident for your query so that we can update with the fix for this issue.

You can create the DT incident from the following link.
<http://www.syncfusion.com/account/dashboard>

In the interests of maintaining confidentiality, we have a policy of not sharing patches or otherwise proprietary customer specific information in the public Forum.

Please let me know your concerns.

Regards,
Pandi Murugan A



Loader.
Live Chat Icon For mobile
Up arrow icon