WPF中使用flowdocument打印预览时,如livecharts2,部分内容不显示的问题如何解决?

问题描述 投票:0回答:1
wpf
1个回答
0
投票

replaced with new ViewModel

在'PrintPreView.xaml.cs'文件名中,'flowDocument.DataContext'为空,你应该让它绑定到它的ViewModel。

我用你的代码做了一个程序演示,运行良好,在打印预览中成功显示其内容!

这里是演示 github:https://github.com/zzp229/StackOverFlow-1-livecharts2-

© www.soinside.com 2019 - 2024. All rights reserved.