WPF FlowDocumentScrollViewer / RichTextBox中的文本换行

时间:2013-04-02 09:50:50

标签: c# wpf

如何阻止text wrappingFlowDocumentScrollViewer中的RichTextBoxTextblock不起作用:

<TextBlock TextWrapping="NoWrap" Margin="203,12,12,6" Grid.RowSpan="4">
    <FlowDocumentScrollViewer Name="rTB" />
</TextBlock>

我使用FlowDocumentFlowDocumentScrollViewer中加载了formated text。我在FlowDocument中保存并加载了Database(binary)AvalonEdit中有一个例子,但我不明白。这对我很复杂。我不使用MVVM。

1 个答案:

答案 0 :(得分:1)

我认为您可以尝试使用解决方案described here,虽然它有一点问题(RichTextBox中的水平条形图将始终可见)。