Binding and RichTextBox
if anyone know, please share your knowledge. thanks so much.
Currently (in V1) you cannot bind to the flowdocument. The only place you can bind is at the Run level.
Binding to flowdocument is a possibility in future releases.
HTH
Dear Lester,
I have installed the .Net Framework 3.0 RC1.
But i cannot bind to the flowdoccument.
So, could you please tell me in this release(RC1), can i binding to RichTextBox ?
thanks & regrads
ChenHo
I wanted to follow up on this one in case anyone else comes across this thread. I have a class that is derived from RichTextBox that will allow you to databind the Document property through a new dependency property on the derived class... I blogged about it at http://www.visualjason.net/blog/default.aspx
Hope that helps someone.
-jason