VB6 的枢轴网格控件。它存在吗?
我正在寻找一种 OCX 控件,它可以与 VB6 一起使用,并且能够生成如下所示的网格。
有什么想法吗?
I am looking for an OCX control that will work with VB6 and is capable of producing a grid like the one below.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ComponentOne 仍然为 VB6 提供一套 ActiveX 控件。他们的 VSFlexGridPro 非常灵活(双关语)。
ComponentOne still makes a suite of ActiveX controls for VB6. Their VSFlexGridPro is very flexible (pun intended).
在调查了第 3 方市场后,我找不到一个可以灵活地旋转数据的 ActiveX 控件。最终通过 Interop 使用 DevExpress XtraPivotGrid for .NET。
After surveying the 3rd party market, I could not find a single ActiveX control that could pivot data in a flexible manner. Ended up using DevExpress XtraPivotGrid for .NET via Interop.