Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/wpf/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何使FlowDocumentPageViewer可编辑?_C#_Wpf - Fatal编程技术网

C# 如何使FlowDocumentPageViewer可编辑?

C# 如何使FlowDocumentPageViewer可编辑?,c#,wpf,C#,Wpf,我正试图找出在UI中分页文本的最佳方法,这样在确保文本可编辑的同时,查看器性能不会受到影响 我曾尝试使用WPF RichTextBox控件进行编辑,但当发布长度超过一定数量的文本时,您会失去查看性能,并且会拖拽。我还尝试使用FlowDocumentPageViewer,它提供了我想要的视觉性能,但没有编辑 我希望能够编辑,同时保持大量文本数据发布到我的UI的视觉性能。FlowDocumentPageViewer能否以某种方式提供这种功能?还是还有别的

我正试图找出在UI中分页文本的最佳方法,这样在确保文本可编辑的同时,查看器性能不会受到影响

我曾尝试使用WPF RichTextBox控件进行编辑,但当发布长度超过一定数量的文本时,您会失去查看性能,并且会拖拽。我还尝试使用FlowDocumentPageViewer,它提供了我想要的视觉性能,但没有编辑

我希望能够编辑,同时保持大量文本数据发布到我的UI的视觉性能。FlowDocumentPageViewer能否以某种方式提供这种功能?还是还有别的