I have the following XAML inside a 4 Row by 2 column grid. The Grid.ColumnDefinitions have both ColumnDefinition Width\'s set to *.
In a previous question I was trying to find out how to bind an ObservableCollection to a control so I could both see all the strings and select all the strings and copy them from the content control.
I\'m a bit of a WPF/XAML newbie, so it is probably a very obvious question. I added a new item to my project of the FlowDocument type. Let\'s call it CrappyFlowDocument.xaml:
I have a flow document with images (created from drawings). I have provided a button for the user to enlarge the images (zoom) independently without zooming the text开发者_运维技巧.
Various WPF applications of mine display FlowDocument\'s.I\'m able to print them, using the approach described in the answer to Printing a WPF FlowDocument.
I write simple x开发者_如何学Goaml-file in notepad: <FlowDocument AllowDrop=\"True\" xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"><Paragraph />
I have a very simple xaml file where I am passing the same Paragraph and Run elements to both a RichTextBox and a FlowDocumentScrollViewer. The both look radically different - which is not what I was