本文介绍了C#停靠控件库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在找的C#的WinForms,在.NET 2.0的工作原理,是免费软件,不使用任何P /调用(因此,它与兼容单声道),而不是越野车停靠控件库。 会在这里最好的选择,但由于它使用一吨的P /调用的,我会从来没有能够得到我的软件是跨平台的。
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.
因此,任何好的建议?
推荐答案
我设法WeifenLuo的对接库控制(DockPanel中套房)工作单,在某些功能的成本。
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.
这篇关于C#停靠控件库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!