C# docking control library

2019-03-21 16:29发布

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?

2条回答
我只想做你的唯一
2楼-- · 2019-03-21 16:57

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

查看更多
相关推荐>>
3楼-- · 2019-03-21 17:05

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.

查看更多
登录 后发表回答