flowdocumentreader

How can I add multiple FlowDocumentReaders to a StackPanel?

为君一笑 提交于 2019-12-10 15:33:45
问题 Thanks to Leom's answer I was able to add a FlowDocument to a StackPanel by wrapping it in a FlowDocumentReader . But now I have two problems: it seems only the first FlowDocumentReader is added and the rest ignored there is an unwanted margin that I can't get rid of How can I add multiple FlowDocumentReaders to a StackPanel without the unwanted margin? alt text http://www.deviantsart.com/upload/1ndiqqe.png XAML: <Window x:Class="TestFlowdoc23432.Window1" xmlns="http://schemas.microsoft.com