问题
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