wpf - Nested RichTextBox -


I am creating a small custom scientific editor using RichTextBoxes. The user can insert a 'formula' UserControl in which one Or more rich textboxes, which allows more 'formula' controls to be included - it replicates the minimal functionality of mathematics.

When I insert the user control, it looks OK What's a way to enable the control back in the RichTextBoxes control and enable the control in the Rich Textbox?

Net 3.5 is the solution here:


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -