C++ DataGrid 的实现

发布于 2024-11-10 18:20:04 字数 180 浏览 0 评论 0原文

我注意到内置的 C# DataGrid 性能不佳(对于我正在做的事情来说还不够好)。

是否有 DataGrid 的 C++ 实现?
我需要一个希望具有大致相同功能和 COM 接口或可以使用托管 .NET 代码访问的接口。

(如果没有可访问性,我可以用 C++/CLI 稍微包装一下)

谢谢

I've noticed that the built in C# DataGrid doesn't have great performance (not good enough for what I'm doing anyway).

Is there a C++ implementation for a DataGrid ?
I need one that hopefully has about the same functinality and a COM interface or something that can be access with managed .NET code.

(If there's nothing with accessability I can wrap it a bit with C++/CLI)

Thanks

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

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

发布评论

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

评论(2

吝吻 2024-11-17 18:20:04

这个还是这个 无论如何都有帮助吗?

Does this or this help in anyways?

鱼窥荷 2024-11-17 18:20:04

DataGridView 继承一个新类,并在其构造函数中设置 DoubleBuffered=true。看起来违反直觉,但却有效。

Inherit a new class from DataGridView and in its constructor set DoubleBuffered=true. Seems counter-intuitive, but works.

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