12 Aug
2010

Extended WPF Toolkit – New RichTextBox Control

There has been a new control added to the Extended WPF Toolkit project on CodePlex called the RichTextBox. The RichTextBox extends the System.Windows.Control.RichTextBox control that represents a rich editing control which operates on FlowDocument objects. The RichTextBox control has a Text dependency property which allows a user to data bind content to the RichTextBox.Document property. […]

Read More