C#对接控件库
我正在寻找一个适用于 C# WinForms 的对接控制库,它在 NET 2.0 中工作,是免费软件,不使用任何 P/Invokes(因此它与 Mono 兼容)并且没有错误。 WeifenLuo 本来是最好的选择,但因为它使用了大量的 P/Invokes,所以我会永远无法让我的软件跨平台。
那么有什么好的建议吗?
I'm looking for a docking control library for C# WinForms that works in NET 2.0, is freeware, doesn't use any P/Invokes (so that it's compatible with Mono) and isn't buggy. WeifenLuo would have been the best option here, but because it uses a ton of P/Invokes, I will never be able to get my software to be cross-platform.
So any good suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我设法让 WeifenLuo 的对接库控件(DockPanel Suite)在 Mono 上工作,但代价是一些功能。
如果有人感兴趣,请阅读 这个。
I managed to get WeifenLuo's docking library control (DockPanel Suite) working on Mono, at the cost of some features.
If anyone is interested, please read this.
你可以看看SharpDevelop,但我不能说它是否使用P /调用。
You could take a look at SharpDevelop, but I can't say whether it uses P/Invoke.