vote up 0 vote down star

I am creating a small custom scientific editor using RichTextBoxes. User can insert a 'formula' UserControl which itself contains one or more RichTextBoxes, allowing insert more 'formula' controls - this replicates minimal functionality of MathType.

When I insert the UserControl, it shows up alright but the RichTextBoxes are disabled within the control. Is there a way to enable the control back and allow editing within the RichTextBoxes the control contains?

flag

80% accept rate

1 Answer

vote up 0 vote down check

.Net 3.5 solution to this is described here:

http://social.msdn.microsoft.com/forums/en-US/wpf/thread/5372c48e-3040-4312-8263-59616e6728a8

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.