Richtextbox wpf binding
Posted
by Alex Maker
on Stack Overflow
See other posts from Stack Overflow
or by Alex Maker
Published on 2008-12-05T10:48:02Z
Indexed on
2010/04/14
23:43 UTC
Read the original article
Hit count: 617
To do DataBinding of the Document in a WPF RichtextBox, I saw 2 Solutions so far, which are to derive from the RichtextBox and add a DependencyProperty, and also the solution with a "proxy". Neither the first or the second are satisfactory. Does somebody know another solution, or instead, a commercial RTF control which is capable of DataBinding? The normal Textbox ist not an alternative, since we need text formating.
Any idea?
© Stack Overflow or respective owner