C# docking control library

别说谁变了你拦得住时间么 提交于 2019-12-04 14:09:12

问题


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?


回答1:


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.




回答2:


You could take a look at SharpDevelop, but I can't say whether it uses P/Invoke.



来源:https://stackoverflow.com/questions/8389768/c-sharp-docking-control-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!