Questions tagged [flowdocument]

Microsoft's WPF FlowDocument technology allows to render embedded, dynamically adjusted and re-flowing document content that supports columns, pagination and search.

A flow document is designed to "reflow content" depending on window size, device resolution, and other environment variables. Flow content can be complex, consisting of various elements including text, images, tables. In addition, flow documents have a number of built in features including search, viewing modes that optimize readability, and the ability to change the size and appearance of fonts.

571 questions
0
votes
2 answers

Create XPS from WPF View using MVVM

I have an App created in WPF using a plain MVVM framework based on this. At the end of the workflow I have a long view with information that I need to print to PDF (I will initially print it to XPS as it's the easiest way). I have found that there…
gbdavid
  • 1,639
  • 18
  • 40
0
votes
1 answer

User control with richTextBox, bindable richTextBox

I try make user control with richTextBox because I need bindable richTextbox. I found some solution here: Richtextbox wpf binding. I would like to use solution of Arcturus. Create user control with richTextBox control and use dependency property. In…
Paul
  • 13
  • 5
0
votes
2 answers

Bindable richTextBox still hanging in memory {WPF, Caliburn.Micro}

I use in WFP Caliburn.Micro Framework. I need bindable richTextbox for Document property. I found many ways how do it bindable richTextBox. But I have one problem. From parent window I open child window. Child window consist bindable richTextBox…
Paul
  • 13
  • 5
0
votes
2 answers

Convert Text to Text with Smiles during user typing

I try solve this problem. I have bindable richTextBox for Text and Document properties, this control is derived from richTextBox from Extended WPF Toolkit. My scenario is : User is typing some text to richTextBox, if he wrote text emoticons I want…
user481758
0
votes
1 answer

How can I change FontWeight of paragraph when FontFamily of a FlowDocument is set?

Imagine you have the following style for a FlowDocument.