Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 895
rayanisran Avatar asked Sep 17 '25 11:09

rayanisran


1 Answers

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.

like image 199
rayanisran Avatar answered Sep 19 '25 01:09

rayanisran