无论如何,我可以提高(wpf)richtextbox 的性能吗?

发布于 2024-08-23 18:02:45 字数 129 浏览 4 评论 0原文

我正在编写一个文本编辑器,现在如果我打字速度很快或按住某个键,打字就会变得非常缓慢。我之前正在开发这个程序的 winforms 版本,并且没有任何延迟。我是否可以创建一个自定义的富文本框控件并删除所有不需要的属性?解决我的问题的最佳方法是什么?

I am writing a text editor and right now if I type very quickly or hold down a key the typing gets very laggy. I was previously working on a winforms version of this program and there was no lag. Would it be possible for me to create a custom richtextbox control and strip out all of the unneeded properties? What would be the best way to fix my problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

つ可否回来 2024-08-30 18:02:46

查看 AvalonEdit 开源语法高亮文本编辑器用于 SharpDevelop。它可能会给你一些想法。我还期待 .NET 4,它已经投入了大量时间,以实现 Visual Studio 所需的巨大性能提升(它几乎在整个 shell 中使用 WPF)。

特别是,在 .NET 3.5 中,控件做了很多工作不必要的重新粉刷。查看 这篇关于 WPF 性能技巧的博客文章

Check out the AvalonEdit open source syntax-highlighting text editor that is used in SharpDevelop. It may give you some ideas. I would also look towards .NET 4 which has been worked over big time in order to achieve big performance gains needed by Visual Studio (which uses WPF for nearly the entire shell.)

In particular, in .NET 3.5, controls did a lot of unnecessary repainting. Check out this blog post about WPF performance tips.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文