May 2010
Intermediate to advanced
1272 pages
61h 18m
English
RichTextBox ControlWPF offers a RichTextBox control that works as you would expect for some aspects, thus allowing advance formatting and image support, but it differs from other technologies in that such control stores its content as a flow document. This is the reason for discussing this control in the current chapter. In XAML code the control definition looks like this:
![]()
You could nest within the control the flow document shown in the previous section to get a fully editable document or simply write your text into the control, where such text takes standard formatting settings. You can also load an existing file into the ...
Read now
Unlock full access