如何阻止text wrapping
或FlowDocumentScrollViewer
中的RichTextBox
? Textblock
不起作用:
<TextBlock TextWrapping="NoWrap" Margin="203,12,12,6" Grid.RowSpan="4">
<FlowDocumentScrollViewer Name="rTB" />
</TextBlock>
我使用FlowDocument
在FlowDocumentScrollViewer
中加载了formated text
。我在FlowDocument
中保存并加载了Database(binary)
。
AvalonEdit中有一个例子,但我不明白。这对我很复杂。我不使用MVVM。