如何在固定文档上进行搜索?
在WPF中,有没有办法搜索固定文档?如果可以的话如何突出关键词?
我知道的唯一方法是使用文档查看器上的“查找”控件。
In WPF, is there a way to search on fixed document? If possible, how to highlight the keyword?
The only way I know is to use the "Find" Control on Document Viewer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,仍然无法以编程方式使用 DocumentViewer 中的搜索功能。请参阅 Daniel Palme 的博客文章 使用反射以编程方式访问“查找”工具栏的解决方法。
As it turns out, there is still no way to programmatically use the search function in DocumentViewer. See Daniel Palme's blog post for a workaround that uses reflection to access the "Find" toolbar programmatically.