Search code examples
c#.net-2.0controlsdocking

C# docking control library


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?


Solution

  • 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.